devops: support webkit compilation for Ubuntu 20.04 arm64 (#10122)

This commit is contained in:
Andrey Lushnikov 2021-11-08 01:04:59 -08:00 committed by GitHub
parent cc72299cbc
commit 12eead057a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -285,6 +285,13 @@ elif [[ "$BUILD_FLAVOR" == "webkit-ubuntu-20.04" ]]; then
EXPECTED_HOST_OS="Ubuntu"
EXPECTED_HOST_OS_VERSION="20.04"
BUILD_BLOB_NAME="webkit-ubuntu-20.04.zip"
elif [[ "$BUILD_FLAVOR" == "webkit-ubuntu-20.04-arm64" ]]; then
BROWSER_NAME="webkit"
EXTRA_BUILD_ARGS="--full"
EXPECTED_HOST_OS="Ubuntu"
EXPECTED_HOST_OS_VERSION="20.04"
EXPECTED_ARCH="aarch64"
BUILD_BLOB_NAME="webkit-ubuntu-20.04-arm64.zip"
elif [[ "$BUILD_FLAVOR" == "webkit-win64" ]]; then
BROWSER_NAME="webkit"
EXPECTED_HOST_OS="MINGW"

View File

@ -1,5 +1,6 @@
webkit-ubuntu-18.04.zip
webkit-ubuntu-20.04.zip
webkit-ubuntu-20.04-arm64.zip
webkit-mac-10.15.zip
webkit-mac-11-arm64.zip
webkit-win64.zip