Build www-gitlab-com images for arm64

This commit is contained in:
Alessio Caiazza 2024-04-09 11:40:05 +00:00 committed by Balasankar 'Balu' C
parent ace7190648
commit 599bb49328
4 changed files with 13 additions and 2 deletions

View file

@ -6,6 +6,8 @@ ARG GCLOUD_VERSION=413.0.0
# permission: https://github.com/GoogleCloudPlatform/gsutil/issues/1663
FROM gcr.io/google.com/cloudsdktool/cloud-sdk:$GCLOUD_VERSION as gcloud-sdk
FROM ruby:3.0.5-slim-bullseye
# pupulated by docker buildx build --platform flag
ARG TARGETARCH
# Install Google Cloud SDK for deploys via rsync
COPY --from=gcloud-sdk /usr/lib/google-cloud-sdk /usr/lib/google-cloud-sdk