mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
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:
commit
b93b5c7d0b
7 changed files with 156 additions and 90 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue