Skip to content

Commit e99e2d6

Browse files
Thomas TupperThomas Tupper
authored andcommitted
ci: publish multi-arch images (amd64+arm64) with qemu
1 parent c3a1965 commit e99e2d6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish-image.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
username: ${{ secrets.DOCKERHUB_USERNAME }}
4040
password: ${{ secrets.DOCKERHUB_TOKEN }}
4141

42+
- name: Set up QEMU
43+
if: steps.secrets.outputs.ready == 'true'
44+
uses: docker/setup-qemu-action@v3
45+
4246
- name: Set up Docker Buildx
4347
if: steps.secrets.outputs.ready == 'true'
4448
uses: docker/setup-buildx-action@v3
@@ -51,6 +55,7 @@ jobs:
5155
with:
5256
context: .
5357
push: true
58+
platforms: linux/amd64,linux/arm64
5459
provenance: mode=max
5560
sbom: true
5661
tags: |

0 commit comments

Comments
 (0)