devops: use Ubuntu 20.04 for Chromium Linux Arm64 build (#9933)

This way we can better distribute load on our build bots.
This commit is contained in:
Andrey Lushnikov 2021-11-01 12:43:39 -07:00 committed by GitHub
parent ce50b5d40a
commit b924b7e076
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@ elif [[ "$BUILD_FLAVOR" == "chromium-linux-arm64" ]]; then
EXTRA_BUILD_ARGS="--compile-linux-arm64"
EXTRA_ARCHIVE_ARGS="--compile-linux-arm64"
EXPECTED_HOST_OS="Ubuntu"
EXPECTED_HOST_OS_VERSION="18.04"
EXPECTED_HOST_OS_VERSION="20.04"
BUILD_BLOB_NAME="chromium-linux-arm64.zip"
# ===========================