Skip to content

Commit 6093edb

Browse files
Setup QEMU
1 parent 2fc35f4 commit 6093edb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
with:
4141
cosign-release: 'v2.1.1'
4242

43+
# Setup QEMU for multi-arch builds
44+
- name: Setup QEMU
45+
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
46+
4347
# Workaround: https://github.com/docker/build-push-action/issues/461
4448
- name: Setup Docker buildx
4549
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
@@ -76,7 +80,6 @@ jobs:
7680
cache-from: type=gha
7781
cache-to: type=gha,mode=max
7882

79-
8083
# Sign the resulting Docker image digest except on PRs.
8184
# This will only write to the public Rekor transparency log when the Docker
8285
# repository is public to avoid leaking data. If you would like to publish

0 commit comments

Comments
 (0)