Open
Description
Is this a bug report, feature (enhancement) request or question? (leave only one on its own line)
/kind enhancement
Description:
There are tickets that has an error because the executed host architecture is not x86_64. Right now only x86_64 are supported. Because we only use qemu-user-static
RPM x86_64 package in .travis.yml
.
https://github.com/multiarch/qemu-user-static/blob/master/.travis.yml#L25
- PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/4.0.0/5.fc31/x86_64/qemu-user-static-4.0.0-5.fc31.x86_64.rpm"
To support other architectures, we need to add new piple line to .travis.yml
, downloading the arch's qemu-user-static as input.
I think a similar project might support ARM architectures as a host architecture. I am not sure.
https://github.com/dbhi/qus
Additional information optionally: