From 8910d6f5cae5c335f25d8545f261d117e5e20242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20H=C3=A4rter?= Date: Tue, 26 Sep 2023 19:36:12 +0200 Subject: [PATCH] enable arm image in github actions --- .github/workflows/production-backend.yaml | 1 + .github/workflows/production-frontend.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/production-backend.yaml b/.github/workflows/production-backend.yaml index 1fb540f..04ae6c0 100644 --- a/.github/workflows/production-backend.yaml +++ b/.github/workflows/production-backend.yaml @@ -37,6 +37,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v3 with: + platforms: linux/amd64,linux/arm64 context: "{{defaultContext}}:backend" file: Dockerfile build-args: | diff --git a/.github/workflows/production-frontend.yaml b/.github/workflows/production-frontend.yaml index 55543fc..b067c22 100644 --- a/.github/workflows/production-frontend.yaml +++ b/.github/workflows/production-frontend.yaml @@ -37,6 +37,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v3 with: + platforms: linux/amd64,linux/arm64 context: "{{defaultContext}}:frontend" file: Dockerfile build-args: |