Cache chromium for arm64 builds

This commit is contained in:
Andrejs Cunskis 2022-09-27 09:17:36 +00:00 committed by Rémy Coutable
parent 7d5f25b97e
commit 292fe33fba
7 changed files with 156 additions and 90 deletions

View file

@ -54,6 +54,9 @@ function print_chrome_args() {
103|103.0)
CHROME_VERSION=103.0.5060.114-1
;;
104|104.0)
CHROME_VERSION=104.0.5112.101-1
;;
*) echo "Unknown chrome version $1"; exit 1;
esac
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"