Merge branch 'acunskis-cache-chromium' into 'master'

Cache chromium for arm64 builds

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/578

Merged-by: Rémy Coutable <remy@rymai.me>
Approved-by: Stan Hu <stanhu@gmail.com>
Approved-by: Rémy Coutable <remy@rymai.me>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
This commit is contained in:
Rémy Coutable 2022-09-27 09:17:36 +00:00
commit b93b5c7d0b
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"