We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3fd54 commit bbf5af0Copy full SHA for bbf5af0
scripts/install.sh
@@ -14,6 +14,10 @@ source multibuild/travis_steps.sh
14
echo $ENABLE_CONTRIB > contrib.enabled
15
echo $ENABLE_HEADLESS > headless.enabled
16
echo $ENABLE_ROLLING > rolling.enabled
17
+if [[ "$PLAT" == "aarch64" ]]; then
18
+ export MULTIBUILD_DOCKER_IMAGE="multibuild/focal_arm64v8"
19
+ echo "Using local Docker image: $MULTIBUILD_DOCKER_IMAGE"
20
+fi
21
set -x
22
install_run $PLAT
23
set +x
0 commit comments