tianon / docker-qemu

Dockerization of supported QEMU releases
https://qemu.org
133 stars 34 forks source link

Add explicit "native" variants #22

Closed tianon closed 3 years ago

tianon commented 3 years ago

These are explicitly targeting their native architectures -- for example, the amd64 build will only include qemu-system-x86_64, which leads to much smaller images for folks who just want to run a VM on its native platform.

This is a follow-up/response to #20, which pretty dramatically bloated the size of the default images -- see discussion starting in https://github.com/tianon/docker-qemu/pull/20#issuecomment-802941700 for more details/thought process.