[CentOS] emulate ARM ?

Thu Nov 16 03:24:04 UTC 2023
Warren Young <warren at etr-usa.com>

On Nov 15, 2023, at 20:11, Warren Young <warren at etr-usa.com> wrote:
> 
> Docker also uses QEMU in this fashion:

I forgot to point out that “docker” is actually an alias for Podman on the test system, which fully satisfies your wish for using only things that come with the platform, no third-party programs, Podman being a Red Hat project.

My example used a statically-linked binary to keep things simple, simplifying cross-platform execution, but for larger programs needing third-party libraries, containerization gives you another benefit here: a way to cart around the rest of the platform needed to run your ARM binaries.