Unverified Commit a573af1e authored by Matti Picus's avatar Matti Picus Committed by GitHub
Browse files

Merge pull request #469 from radarhere/arm64v8

Replace aarch64 with arm64v8 for default focal DOCKER_TEST_IMAGE
parents 1d95c34a 6428b029
......@@ -124,7 +124,7 @@ function install_run {
elif [ "$plat" == i686 ]; then
local docker_image="matthewbrett/trusty:32"
else
local docker_image="multibuild/focal_$plat"
local docker_image="multibuild/focal_{PLAT}"
fi
else
local docker_image="$DOCKER_TEST_IMAGE"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment