devops: fix chromium linux arm64 bit build (#9968)

Drive-By: this should also fix chromium-with-symbols build to actually
have symbols!
This commit is contained in:
Andrey Lushnikov 2021-11-02 03:50:33 -07:00 committed by GitHub
parent 1540d19947
commit d2c1922e14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,4 +156,4 @@ mirror_chromium() {
unzip chromium-upstream.zip
}
main "$1"
main "$1" "$2" "$3"