mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-25 12:01:46 +00:00
Fix typo in Dockerfile_maiko
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 \
|
RUN cd ${INSTALL_LOCATION}/bin \
|
||||||
&& arch="$(./machinetype)" \
|
&& arch="$(./machinetype)" \
|
||||||
&& if [ "$arch" = "x86_64" ] || [ "$arch" = "aarch64" ]; then \
|
&& if [ "$arch" = "x86_64" ] || [ "$arch" = "aarch64" ]; then \
|
||||||
&& export LDEARCH="${arch}-microsoft-wsl1" \
|
export LDEARCH="${arch}-microsoft-wsl1" \
|
||||||
&& ./makeright x cleanup \
|
&& ./makeright x cleanup \
|
||||||
&& ./makeright x \
|
&& ./makeright x \
|
||||||
&& ./makeright init clean \
|
&& ./makeright init clean \
|
||||||
|
|||||||
Reference in New Issue
Block a user