qemu-user-static icon indicating copy to clipboard operation
qemu-user-static copied to clipboard

Suggestion

Open Lewiscowles1986 opened this issue 4 years ago • 1 comments

Description:

I Noticed the CI pipeline isn't using a matrix.

I was a little surprised about this. After reading the examples, it seems like this can emulate multiple architectures from an amd64 (x86 64-bit) host. (please correct me if I've misread, or misunderstood what this does).

Perhaps there would be two-fold benefit to a build matrix.

  • Assurance changes are working.
  • Education / Documentation of how to setup an use in a clean-room environment.

Additional information optionally:

I'm interesting in attempting to work on this, because I am very interested in what this is doing. What piqued my interest was the use of the --privileged flag, and that I seem to have seen examples where other images with no specific config for this image, claim to be able to run on non-native architectures after this container is setup.

Lewiscowles1986 avatar Oct 02 '21 14:10 Lewiscowles1986

@Lewiscowles1986 you might want to have a look at (the CI of) dbhi/qus.

umarcor avatar Mar 17 '22 02:03 umarcor