run-on-arch-action icon indicating copy to clipboard operation
run-on-arch-action copied to clipboard

feat(qemu_static_image): add qemu_static_image option

Open LonghronShen opened this issue 2 years ago • 0 comments

By default, we use multiarch/qemu-user-static for non-x86 containers. The offical multiarch/qemu-user-static has been stuck at QEMU 7.1 for a while, and I have found a bug of QEMU 7.1 that has been fixed in QEMU 7.2. So I built a fork of multiarch/qemu-user-static with QEMU 7.2. The next thing is, adding a custom qemu_static_image option to use it. By the way, it is not necessary to install any qemu apt package outside of the container, since the qemu-user-static binaries has been included in the multiarch/qemu-user-static image.

LonghronShen avatar Dec 27 '22 13:12 LonghronShen