Skip to content

Commit 732914a

Browse files
authored
adds multi-arch builds for image (#115)
Signed-off-by: Chris Burns <[email protected]>
1 parent 39291d4 commit 732914a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1818

19+
- name: Set up QEMU
20+
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
21+
22+
- name: Set up Docker Buildx
23+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
24+
1925
- name: Login to GitHub Container Registry
2026
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
2127
with:
@@ -28,6 +34,7 @@ jobs:
2834
with:
2935
context: .
3036
push: true
37+
platforms: linux/amd64,linux/arm64
3138
tags: |
3239
ghcr.io/${{ github.repository }}:latest
3340
ghcr.io/${{ github.repository }}:${{ github.ref_name }}

0 commit comments

Comments
 (0)