I had to remove arm64 platform from the images since prisma client do not seem to support arm64 yet
This commit is contained in:
parent
ac240343cc
commit
6dd904a2f6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue