mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Cache chromium for arm64 builds
This commit is contained in:
parent
7d5f25b97e
commit
292fe33fba
7 changed files with 156 additions and 90 deletions
11
Dockerfile.cache-chrome
Normal file
11
Dockerfile.cache-chrome
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Save amd64 chrome and arm64 .deb files to package registry
|
||||
FROM debian:latest
|
||||
|
||||
ARG TARGETARCH
|
||||
ARG CI_API_V4_URL
|
||||
ARG CI_PROJECT_ID
|
||||
ARG CI_JOB_TOKEN
|
||||
|
||||
ADD scripts/cache-google-chrome /cache-google-chrome
|
||||
|
||||
RUN /cache-google-chrome
|
||||
Loading…
Add table
Add a link
Reference in a new issue