mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Cache chrome for correct debian version
This commit is contained in:
parent
03d90d36f2
commit
7d00e776ae
7 changed files with 40 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue