Skip to content

Commit 7df0ba9

Browse files
committed
Comment the added QEMU section
1 parent da2fc7f commit 7df0ba9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
- name: Install cosign
4343
if: github.event_name != 'pull_request'
4444
uses: sigstore/cosign-installer@v3
45-
45+
46+
# Setup QEMU to allow building multi-platform images
47+
# https://docs.docker.com/build/ci/github-actions/multi-platform/
4648
- name: Set up QEMU
4749
uses: docker/setup-qemu-action@v3
4850

0 commit comments

Comments
 (0)