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.
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.
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.