Skip to content

Commit

Permalink
enable arm image in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhaerter committed Sep 26, 2023
1 parent 1747776 commit 8910d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/production-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8910d6f

Please sign in to comment.