1
0
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:
Frank Halasz
2023-06-06 17:08:46 -07:00
parent 59f2f2e835
commit 74d6728fba

View File

@@ -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