Skip to content

Commit 526af2e

Browse files
authored
setup qemu
1 parent 336970f commit 526af2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
with:
4444
cosign-release: 'v1.4.0'
4545

46+
- name: Set up QEMU
47+
uses: docker/setup-qemu-action@master
48+
with:
49+
platforms: all
4650

4751
# Workaround: https://github.com/docker/build-push-action/issues/461
4852
- name: Setup Docker buildx

0 commit comments

Comments
 (0)