We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d4a4c commit 5a9563cCopy full SHA for 5a9563c
.github/workflows/docker-image-arm64.yml
@@ -43,6 +43,6 @@ jobs:
43
#context: "{{defaultContext}}:build" #might be used later if Dockerfile is somewhere else
44
file: ./Dockerfile
45
push: ${{ github.event_name != 'pull_request' }}
46
- platforms: linux/amd64
+ platforms: linux/arm64,linux/amd64
47
tags: ${{ steps.meta.outputs.tags }}
48
labels: ${{ steps.meta.outputs.labels }}
0 commit comments