mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-03 23:23:03 +00:00
Fix another error is Dockerfile_maiko for wsl1
This commit is contained in:
2
.github/workflows/Dockerfile_maiko
vendored
2
.github/workflows/Dockerfile_maiko
vendored
@@ -26,7 +26,7 @@ RUN cd ${INSTALL_LOCATION}/bin \
|
||||
RUN cd ${INSTALL_LOCATION}/bin \
|
||||
&& arch="$(./machinetype)" \
|
||||
&& if [ "$arch" = "x86_64" ] || [ "$arch" = "aarch64" ]; then \
|
||||
echo "echo #!/bin/sh" > osversion \
|
||||
echo "#!/bin/sh" > osversion \
|
||||
&& echo "echo wsl1" >> osversion \
|
||||
&& ./makeright x cleanup \
|
||||
&& ./makeright x \
|
||||
|
||||
Reference in New Issue
Block a user