mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-06 19:11:25 +00:00
Add ability to compile with -DMAIKO_ENABLE_NETHUB
This commit is contained in:
2
.github/workflows/Dockerfile_maiko
vendored
2
.github/workflows/Dockerfile_maiko
vendored
@@ -18,7 +18,7 @@ COPY . ${INSTALL_LOCATION}
|
||||
# Build maiko
|
||||
RUN cd ${INSTALL_LOCATION}/bin \
|
||||
&& ./makeright x cleanup \
|
||||
&& ./makeright x
|
||||
&& ./makeright x nethub
|
||||
RUN cd ${INSTALL_LOCATION}/bin \
|
||||
&& if [ "$(./machinetype)" = "x86_64" ]; then \
|
||||
./makeright init; \
|
||||
|
||||
Reference in New Issue
Block a user