When running on AArch64 (arm64) systems, it would be nice to be able to run native Docker containers: with Apple, ASRock Rack and ADLINK selling fast Arm computers nowadays, more and more people will be running on Arm.
Add initial support for multi-platform builds:
Update the Ubuntu-22 Dockerfile to handle both amd64 and arm64, installing the appropriate native and cross compilers.
Update build-image.yaml to explitly build the amd64 container.
I'm only updating the Ubuntu-22 Dockerfile at the moment to get initial feedback on whether this change is good or not.
Description
When running on AArch64 (arm64) systems, it would be nice to be able to run native Docker containers: with Apple, ASRock Rack and ADLINK selling fast Arm computers nowadays, more and more people will be running on Arm.
Add initial support for multi-platform builds:
I'm only updating the Ubuntu-22 Dockerfile at the moment to get initial feedback on whether this change is good or not.
Issue #(issue)
Containers Affected
Ubuntu-22