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 b029b98 commit 5dc9233Copy full SHA for 5dc9233
.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
- mv osversion oserversion.hold \
+ mv osversion osversion.hold \
30
&& echo "#!/bin/sh" > osversion \
31
&& echo "echo wsl1" >> osversion \
32
&& chmod ugo+x osversion \
0 commit comments