Skip to content

Commit b029b98

Browse files
committed
Fix Dockerfile_maiko to set execute permissions on osversion while building wsl1 versions of maiko
1 parent 7dd3c90 commit b029b98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Dockerfile_maiko

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ RUN cd ${INSTALL_LOCATION}/bin \
2929
mv osversion oserversion.hold \
3030
&& echo "#!/bin/sh" > osversion \
3131
&& echo "echo wsl1" >> osversion \
32+
&& chmod ugo+x osversion \
3233
&& ./makeright x cleanup \
3334
&& ./makeright x \
3435
&& ./makeright init \
3536
&& mv osversion.hold osversion \
37+
&& chmod ugo+x osversion \
3638
; \
3739
fi

0 commit comments

Comments
 (0)