updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
parent
1a400cac8d
commit
c59c846856
@ -1,8 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# if [ "${PROJECT_BUILD_ARCH}" == "aarch64" ]; then
|
if [ "${PROJECT_BUILD_ARCH}" == "aarch64" ] &&
|
||||||
# docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
[ "${PROJECT_ENABLE_MULTIARCH_DOCKER}" == "1" ]; then
|
||||||
# fi
|
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "${DOCKER_NAME}" == "mingw64" ]; then
|
if [ "${DOCKER_NAME}" == "mingw64" ]; then
|
||||||
APP_VERSION_BUILD_ARGS=${PROJECT_MINGW64_DOCKER_BUILD_ARGS}
|
APP_VERSION_BUILD_ARGS=${PROJECT_MINGW64_DOCKER_BUILD_ARGS}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user