Skip to content

Commit 79aeea1

Browse files
committed
Build images for arm64
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 774cecf commit 79aeea1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-image.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
uses: docker/setup-qemu-action@v3
2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v3
27+
with:
28+
platforms: linux/amd64,linux/arm64
2729
- name: Login to GitHub Container Registry
2830
uses: docker/login-action@v3
2931
with:

0 commit comments

Comments
 (0)