Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace binfmt container with Debian qemu-user-static.
Sporatic crashes with qemu for arm64 started to occur after kernel hardenning changes on GitHub runners. Crashes are caused by qemu being compiled with `--disable-pie`. The setup-qemu-action@v3 action uses qemu v7 from tonistiigi/binfmt:latest (compiled with this option). Using tonistiigi/binfmt:v8.1.5 (compiled without the option) has been suggested to fix this issue, but crashes are still seen (probably related to the v8 itself). Unfortunately, tonistiigi/binfmt is not providing v7 being compiled without the option yet. In the meantime, install binfmt manually from Debian package.
- Loading branch information