devops: fix firefox build on Win10 (#12533)

This commit is contained in:
Andrey Lushnikov 2022-03-04 15:34:22 -07:00 коммит произвёл GitHub
Родитель fd1a1a2b1c
Коммит e10b39673c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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