Skip to content

Commit 520b4ae

Browse files
committed
attempt to build arm64 images
1 parent 5c27c99 commit 520b4ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Create Docker context
2020
run: docker context create mycontext
2121

22+
- name: Set up QEMU
23+
uses: docker/setup-qemu-action@v3
24+
2225
- name: Set up Docker Buildx
2326
id: buildx
2427
uses: docker/setup-buildx-action@v1
@@ -49,6 +52,7 @@ jobs:
4952
with:
5053
context: .
5154
builder: ${{ steps.buildx.outputs.name }}
55+
platforms: linux/amd64,linux/arm64
5256
push: true
5357
tags: ghcr.io/${{ steps.repo_name.outputs.repo }}:${{ steps.image_tag.outputs.tag }},ghcr.io/${{ steps.repo_name.outputs.repo }}:latest
5458
cache-from: type=local,src=/tmp/.buildx-cache

0 commit comments

Comments
 (0)