skiffos / SkiffOS

Any Linux distribution, anywhere.
https://skiffos.com
MIT License
687 stars 51 forks source link

virt: all virt platforms default to amd64 architecture #160

Closed paralin closed 2 years ago

paralin commented 3 years ago

The virt/docker (for example) package produces amd64 architecture on default.

This may cause confusion as some users will expect the virt/ to produce a target with the same architecture as the host.

An additional configuration layer should be added to copy the host architecture to the target in Buildroot.

paralin commented 2 years ago

virt/qemu now supports compiling any architecture emulator.

paralin commented 2 years ago

virt/docker already supports building for other architectures.

paralin commented 2 years ago

virt/virtualbox now supports it (sort of) and is otherwise unlisted.

Closing :)