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 }}"