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: |