-
Notifications
You must be signed in to change notification settings - Fork 288
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 arch image build support #1570
Comments
Hi, @Rajpratik71 thanks for creating this issue! I think they are related to #1460 and #1459 Also, recently Aidan present the following talk at Kubecon US where he actually mentioned the ideas behind the multi-architecture we want to explore. Also, will be great if you can join the ARM slack channel |
Sure thanks @jjbustamante let me check |
Hi! I'd like to work on this for the upcoming LFX term😀! Could you please guide me on how to get started with this issue? |
With the release of
|
Description
Support to specify arch and build images for multiple arches
Proposed solution
Describe alternatives you've considered
I wanted to build a spring boot application as a container image for "arm64", I used pack cli, which built the image but only for "x86" i.e "amd64" arch.
So, I used "docker buildx" as an alternative to build multi-arch images.
Additional context
The text was updated successfully, but these errors were encountered: