diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12ed34b..c570162 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,9 @@ jobs: - name: Install deps run: | sudo sh -c 'apt update && apt install qemu-user-static -y' + docker pull tonistiigi/binfmt:latest + docker run --privileged --rm tonistiigi/binfmt --uninstall qemu-* + docker run --privileged --rm tonistiigi/binfmt --install all # - name: Build x86_64 musl # run: |