mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-26 11:52:25 +00:00
Results of debugging new linux workflows
This commit is contained in:
8
.github/workflows/Dockerfile_maiko
vendored
8
.github/workflows/Dockerfile_maiko
vendored
@@ -17,6 +17,8 @@ COPY . ${INSTALL_LOCATION}
|
||||
# Build maiko
|
||||
RUN cd ${INSTALL_LOCATION}/bin \
|
||||
&& ./makeright x cleanup\
|
||||
&& ./makeright init cleanup \
|
||||
&& ./makeright x \
|
||||
&& ./makeright init
|
||||
&& ./makeright x
|
||||
RUN cd ${INSTALL_LOCATION}/bin \
|
||||
&& if [[ "$(./osversion)" != "linux" || "$(./mchinetype)" = "x86_64" ]]; then \
|
||||
./makeright init; \
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user