devops: fix chromium for arm build (#5117)

This commit is contained in:
Andrey Lushnikov 2021-01-22 15:23:59 -08:00 committed by GitHub
parent 8e7fc06839
commit b88afe5877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ main() {
elif [[ $1 == "--mirror"* ]]; then
mirror_chromium $1
elif [[ $1 == "--compile"* ]]; then
compile_chromium
compile_chromium $1
else
echo "ERROR: unknown first argument. Use --help for details."
exit 1