devops: fix chromium for arm build (#5117)
This commit is contained in:
parent
8e7fc06839
commit
b88afe5877
|
|
@ -22,7 +22,7 @@ main() {
|
||||||
elif [[ $1 == "--mirror"* ]]; then
|
elif [[ $1 == "--mirror"* ]]; then
|
||||||
mirror_chromium $1
|
mirror_chromium $1
|
||||||
elif [[ $1 == "--compile"* ]]; then
|
elif [[ $1 == "--compile"* ]]; then
|
||||||
compile_chromium
|
compile_chromium $1
|
||||||
else
|
else
|
||||||
echo "ERROR: unknown first argument. Use --help for details."
|
echo "ERROR: unknown first argument. Use --help for details."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue