-
Notifications
You must be signed in to change notification settings - Fork 18
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 support for building (example, building an x86 image using an ARM machine) #28
Comments
Tracked upstream via: osbuild/bootc-image-builder#153 |
Step up to the latest image builder, and adds support for the new --target-arch parameter, which supports building arm64 and amd64 disk images. Fixes podman-desktop#28. Signed-off-by: Tim deBoer <[email protected]>
Step up to the latest image builder, and adds support for the new --target-arch parameter, which supports building arm64 and amd64 disk images. Fixes #28. Signed-off-by: Tim deBoer <[email protected]>
Reopening due to complications with making sure we have a usable image at the end. |
containers/podman#21882 has been closed, the images updated, and can confirm that we can now build multi-arch. However... it is podman 5.0 only. |
This will be super useful for Automotive... In Automotive, there's a lot of demand to do the opposite... Building an ARM image on x86 |
@cdrage are we waiting for the 5.0 release before closing this issue? |
Yes. As well as having more documentation on 5.0 / validation checks within the extension. |
Keeping issue open until we have more documentation on the main page (updated with "build image" web view part). |
Yes, I am fine closing. I'm guessing we will still have some minor tweak or doc update, but the function is in and working on our part so no need to keep this open. |
Nice work, everyone! |
I should be able to build a amd64 bootable container using my Mac (arm64) and then be able to plug it into an amd64 machine / use it.
The text was updated successfully, but these errors were encountered: