mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-12 11:32:56 +01:00
Add arm64 image build capability
This commit is contained in:
parent
acce4ded1b
commit
c2838c613d
14 changed files with 43 additions and 60 deletions
|
|
@ -7,7 +7,8 @@ ARG CUSTOM_BASE_IMAGE
|
|||
FROM ${CUSTOM_BASE_IMAGE}
|
||||
|
||||
ARG BUILD_OS
|
||||
ARG BUILD_ARCH
|
||||
# TARGETARCH is automatically populated by buildx --platform argument
|
||||
ARG TARGETARCH
|
||||
|
||||
ADD / /
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue