devops: fix firefox build on Win10 (#12533)

This commit is contained in:
Andrey Lushnikov 2022-03-04 15:34:22 -07:00 committed by GitHub
parent fd1a1a2b1c
commit e10b39673c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,6 +213,8 @@ elif [[ "$BUILD_FLAVOR" == "firefox-win64" ]]; then
EXTRA_BUILD_ARGS="--full" EXTRA_BUILD_ARGS="--full"
EXPECTED_HOST_OS="MINGW" EXPECTED_HOST_OS="MINGW"
BUILD_BLOB_NAME="firefox-win64.zip" BUILD_BLOB_NAME="firefox-win64.zip"
# This is the architecture that is set by mozilla-build bash.
EXPECTED_ARCH="i686"
# =============================== # ===============================