We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141867f commit ae079efCopy full SHA for ae079ef
.github/workflows/sanity-test.yml
@@ -315,7 +315,7 @@ jobs:
315
316
# Only aarch64 needs this, but it doesn't hurt anything
317
- name: Install qemu/docker
318
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
+ run: docker run --privileged --rm tonistiigi/binfmt --install all
319
320
- name: Build ${{ env.PACKAGE_NAME }}
321
run: |
0 commit comments