v2.0.5-rc (#41)

Reviewed-on: #41
This commit is contained in:
2025-03-26 07:02:38 -05:00
parent 7b5bf659f4
commit 87b6e92356
124 changed files with 6790 additions and 819 deletions

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