updated build system

This commit is contained in:
Scott E. Graves 2025-03-01 18:38:09 -06:00
parent 2c969f4396
commit 9fc3c26b10

View File

@ -1,6 +1,7 @@
#!/bin/bash
if [ "${PROJECT_BUILD_ARCH}" == "aarch64" ]; then
if [ "${PROJECT_BUILD_ARCH}" == "aarch64" ] &&
[ "${PROJECT_ENABLE_MULTIARCH_DOCKER}" == "1" ]; then
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
fi