We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59953c2 commit 5d3639aCopy full SHA for 5d3639a
.github/workflows/Dockerfile_maiko
@@ -26,7 +26,7 @@ RUN cd ${INSTALL_LOCATION}/bin \
26
RUN cd ${INSTALL_LOCATION}/bin \
27
&& arch="$(./machinetype)" \
28
&& if [ "$arch" = "x86_64" ] || [ "$arch" = "aarch64" ]; then \
29
- echo "echo #!/bin/sh" > osversion \
+ echo "#!/bin/sh" > osversion \
30
&& echo "echo wsl1" >> osversion \
31
&& ./makeright x cleanup \
32
&& ./makeright x \
0 commit comments