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

Multi-architecture builds to support amd64 and arm64 containers using buildx #107

Closed
wants to merge 3 commits into from

Conversation

austinhallett
Copy link

Use buildx action to create buildx instance. Use this instance to build containers for both amd64 and arm64.

@austinhallett austinhallett marked this pull request as ready for review May 15, 2024 19:42
@lgrosz
Copy link

lgrosz commented May 15, 2024

Hard to parse the changes with the indentation changing

@austinhallett
Copy link
Author

@igrosz Heard, I will undo the tab changes. Please note I am working on crops/yocto-dockerfiles#104 in parallel to create arm-based images for the base and builder layers

@moto-timo
Copy link
Member

We must have this working in yocto-dockerfiles FIRST because those are required to build the poky container. Also, we need to have some automated way of testing the built arm64 containers work (even if it is only the simple smoke tests). I assume this will mean qemu until GitHub provides arm64 builders to the common public. The reason this project is still viable at all is because of automation.

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.

None yet

3 participants