Skip to content

Commit ae079ef

Browse files
committed
workaround Arm based ci steps
1 parent 141867f commit ae079ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sanity-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ jobs:
315315

316316
# Only aarch64 needs this, but it doesn't hurt anything
317317
- name: Install qemu/docker
318-
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
318+
run: docker run --privileged --rm tonistiigi/binfmt --install all
319319

320320
- name: Build ${{ env.PACKAGE_NAME }}
321321
run: |

0 commit comments

Comments
 (0)