Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu-22: Add initial support for multi-platform builds #92

Closed
wants to merge 1 commit into from

Commits on May 24, 2024

  1. Ubuntu-22: Add initial support for multi-platform builds

    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:
    
    1. Update the Ubuntu-22 Dockerfile to handle both amd64 and arm64,
       installing the appropriate native and cross compilers.
    2. Update build-image.yaml to explitly build the amd64 container.
    
    Signed-off-by: Rebecca Cran <[email protected]>
    bexcran committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7c150b8 View commit details
    Browse the repository at this point in the history