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

11
Dockerfile.cache-chrome Normal file
View 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