Commit 6428b029 authored by Andrew Murray's avatar Andrew Murray
Browse files

Replace aarch64 with arm64v8 for default focal DOCKER_TEST_IMAGE

parent 1d95c34a
......@@ -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