Skip to content

Commit

Permalink
ci: 💚 remove arm64 build (#497) (#498) (#499)
Browse files Browse the repository at this point in the history
I had to remove arm64 platform from the images since prisma client do not seem to support arm64 yet
  • Loading branch information
VermiumSifell committed Nov 4, 2022
1 parent ac24034 commit 6dd904a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64

0 comments on commit 6dd904a

Please sign in to comment.