Skip to content

Commit bbf5af0

Browse files
authored
Update install.sh
1 parent 0b3fd54 commit bbf5af0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ source multibuild/travis_steps.sh
1414
echo $ENABLE_CONTRIB > contrib.enabled
1515
echo $ENABLE_HEADLESS > headless.enabled
1616
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
1721
set -x
1822
install_run $PLAT
1923
set +x

0 commit comments

Comments
 (0)