arm64 fixes

This commit is contained in:
2025-12-18 15:59:00 -06:00
parent 834b2e26de
commit 65828f03de
2 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ if [ "${PROJECT_BUILD_ARCH}" == "aarch64" ]; then
-t ${DOCKER_TAG} . || exit 1
else
docker build ${APP_VERSION_BUILD_ARGS} \
--platform linux/amd64 \
--build-arg C_STANDARD=${PROJECT_C_STANDARD} \
--build-arg CXX_STANDARD=${PROJECT_CXX_STANDARD} \
--build-arg NUM_JOBS=${NUM_JOBS} \