Cache chrome for correct debian version

This commit is contained in:
Andrejs Cunskis 2022-11-08 12:49:31 +00:00 committed by Balasankar 'Balu' C
parent 03d90d36f2
commit 7d00e776ae
7 changed files with 40 additions and 13 deletions

View file

@ -1,7 +1,12 @@
# Save amd64 chrome and arm64 .deb files to package registry
FROM debian:latest
ARG BUILD_OS=debian
ARG OS_VERSION=bullseye
FROM ${BUILD_OS}:${OS_VERSION}
ARG TARGETARCH
ARG BUILD_OS
ARG OS_VERSION
ARG CI_API_V4_URL
ARG CI_PROJECT_ID
ARG CI_JOB_TOKEN