mirror of
https://github.com/caprover/caprover
synced 2025-12-11 22:05:32 +00:00
Fixed multiarch support
This commit is contained in:
@@ -8,6 +8,16 @@ set -x
|
||||
|
||||
pwd
|
||||
|
||||
# ensure you're not running it on local machine
|
||||
if [ -z "$CI" ] || [ -z "$GITHUB_REF" ]; then
|
||||
echo "Running on a local machine! Exiting!"
|
||||
exit 127
|
||||
else
|
||||
echo "Running on CI"
|
||||
fi
|
||||
|
||||
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
|
||||
CAPROVER_VERSION=0.0.1
|
||||
IMAGE_NAME=caprover/caprover-edge
|
||||
|
||||
|
||||
Reference in New Issue
Block a user