Skip to content

Commit

Permalink
fix: remove arm/v7 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MauriceNino committed Dec 14, 2023
1 parent 156ec72 commit 0ba25cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
platforms: linux/amd64,linux/arm64/v8
target: prod
push: true
build-args: |
Expand Down

0 comments on commit 0ba25cd

Please sign in to comment.