We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345381b commit 2ffd5a8Copy full SHA for 2ffd5a8
1 file changed
.github/workflows/release.yml
@@ -40,6 +40,8 @@ jobs:
40
fail-fast: false
41
runs-on: ubuntu-24.04
42
steps:
43
+ - name: Setup QEMU
44
+ uses: docker/setup-qemu-action@v4
45
- name: clone
46
run: |
47
# can't use actions/checkout here as transferring the shallow clone fails when using upload-/download-artifact
0 commit comments