Skip to content

Commit

Permalink
fix: remove build target linux/arm/v7 as prisma doesn't support it
Browse files Browse the repository at this point in the history
  • Loading branch information
stonith404 committed Oct 13, 2022
1 parent 9c3ab1c commit c16cbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
run: |
docker buildx build --push \
--tag stonith404/pingvin-share:latest \
--platform linux/amd64,linux/arm64,linux/arm/v7 .
--platform linux/amd64,linux/arm64 .

0 comments on commit c16cbb3

Please sign in to comment.