Compiling arm64 version of amd64 code in 32 bit in a container – with Copilot help
Copilot is a great resource to help create a Dockerfile necessary to compile a (Docker) Container image. Containers are simple packages that contain at least the minimal information to run a software within a different OS and/or architecture. Container software include Docker which helped popularize the container methods, but others exist such as apptainer and… Read More »