Adding pointer to 'qemu-user-static'. Signed-off-by: Anthony PERARD <[email protected]> --- automation/build/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/automation/build/README.md b/automation/build/README.md index 00305eed03..5d4734bc77 100644 --- a/automation/build/README.md +++ b/automation/build/README.md @@ -102,3 +102,14 @@ make -C automation/build suse/opensuse-tumbleweed PUSH=1 [registry]: https://gitlab.com/xen-project/xen/container_registry [registry help]: https://gitlab.com/help/user/project/container_registry + + +Running container for a different architecture +---------------------------------------------- + +To run for example an Arm container on an x86 machine, simply install the +package `qemu-user-static`, and that it. Then you can start an Arm container on +x86 host like you would start an x86 container. + +If that doesn't work, you might find some information on +[multiarch/qemu-user-static](https://github.com/multiarch/qemu-user-static). -- Anthony PERARD
