From 2ac90bd0a931f765e807e152c5543ee6e2b85654 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Wed, 24 Apr 2024 11:55:33 +1000 Subject: [PATCH] build: enable multiarch in CI --- .github/workflows/docker-image.yaml | 4 ++-- .github/workflows/lagoon-core-docker-image.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 89bb939c..74d316cb 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -95,8 +95,8 @@ jobs: uses: docker/build-push-action@v5 with: context: . - # platforms: linux/amd64,linux/arm64 - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 + # platforms: linux/amd64 build-args: | "LAGOON_VERSION=${{ env.VERSION }}" "BUILD=${{ env.BUILD }}" diff --git a/.github/workflows/lagoon-core-docker-image.yaml b/.github/workflows/lagoon-core-docker-image.yaml index 702f4f68..b74f8075 100644 --- a/.github/workflows/lagoon-core-docker-image.yaml +++ b/.github/workflows/lagoon-core-docker-image.yaml @@ -63,8 +63,8 @@ jobs: uses: docker/build-push-action@v5 with: context: . - # platforms: linux/amd64,linux/arm64 - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 + # platforms: linux/amd64 build-args: | "LAGOON_VERSION=${{ env.LAGOON_VERSION }}" "UI_VERSION=${{ env.UI_VERSION }}"