Skip to content

Commit

Permalink
Added arm64 to build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Maelstromeous committed May 5, 2023
1 parent eabb939 commit 4fbe892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: docker/build-push-action@v2
with:
file: provisioning/production/Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: |
maelstromeous/ps2alerts:api-production-${{ github.sha }}
Expand Down

0 comments on commit 4fbe892

Please sign in to comment.