We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d429673 commit 3a94abfCopy full SHA for 3a94abf
.github/workflows/docker-publish.yml
@@ -38,8 +38,7 @@ jobs:
38
with:
39
context: .
40
push: true
41
- # Note: arm64 disabled until headson publishes arm64 wheels
42
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm64
43
tags: |
44
ghcr.io/${{ steps.repo.outputs.name }}:latest
45
ghcr.io/${{ steps.repo.outputs.name }}:${{ github.ref_name }}
0 commit comments