Skip to content

Commit 3a94abf

Browse files
committed
build image for arm
1 parent d429673 commit 3a94abf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
with:
3939
context: .
4040
push: true
41-
# Note: arm64 disabled until headson publishes arm64 wheels
42-
platforms: linux/amd64
41+
platforms: linux/amd64,linux/arm64
4342
tags: |
4443
ghcr.io/${{ steps.repo.outputs.name }}:latest
4544
ghcr.io/${{ steps.repo.outputs.name }}:${{ github.ref_name }}

0 commit comments

Comments
 (0)