Skip to content

Commit 2ffd5a8

Browse files
committed
chore: Add docker/setup-qemu-action
1 parent 345381b commit 2ffd5a8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
fail-fast: false
4141
runs-on: ubuntu-24.04
4242
steps:
43+
- name: Setup QEMU
44+
uses: docker/setup-qemu-action@v4
4345
- name: clone
4446
run: |
4547
# can't use actions/checkout here as transferring the shallow clone fails when using upload-/download-artifact

0 commit comments

Comments
 (0)