fix issue introduced into yamagi zaero module
Build Container Image / build_amd64 (push) Successful in 2m5s Details
Build Container Image / build_i386 (push) Successful in 1m51s Details
Build Container Image / build_arm64 (push) Successful in 6m56s Details
Build Container Image / build_riscv64 (push) Successful in 10m10s Details
Build Container Image / build_armhf (push) Successful in 13m31s Details
Build Container Image / build_manifest (push) Successful in 35s Details

This commit is contained in:
Daniel Wolf 2024-03-06 11:09:00 -05:00
parent ec3eea2b23
commit 81ae00bea2
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ RUN echo "====== COMPILE GROUND ZERO ======" \
RUN git -C /root clone --single-branch --depth=1 https://github.com/yquake2/zaero.git
RUN echo "====== COMPILE ZAERO ======" \
&& cd /root/zaero \
&& sed -i 's~-DYQ2OSTYPE~-DYQ2_OSTYPE~g' Makefile \
&& sed -i 's~-DYQ2ARCH~-DYQ2_ARCH~g' Makefile \
&& make -j$(( $(getconf _NPROCESSORS_ONLN) / 2 + 1 ))
RUN git -C /root clone --single-branch --depth=1 https://github.com/yquake2/pakextract.git