Skip to content

Commit b447d2a

Browse files
committed
Try adding qemu
1 parent 20aa08a commit b447d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
username: ${{ github.actor }}
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525

26-
# - name: Set up QEMU
26+
- name: Set up QEMU
2727
# QEMU enables emulation for multi-platform builds
28-
# uses: docker/setup-qemu-action@v3
28+
uses: docker/setup-qemu-action@v3
2929

3030
- name: Set up Docker Buildx
3131
# Buildx is a Docker component that enables multi-platform builds

0 commit comments

Comments
 (0)