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

Conversation

ghost
Copy link

@ghost ghost commented May 24, 2024

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:

  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.

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

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]>
@ghost ghost requested a review from osteffenrh May 24, 2024 11:55
@ghost ghost closed this by deleting the head repository Oct 8, 2024
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant