-
Notifications
You must be signed in to change notification settings - Fork 479
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
Multiplatform build #405
base: master
Are you sure you want to change the base?
Multiplatform build #405
Conversation
The alpine build works. |
Thank you for the PR. When I tested the QEMU solution some time ago, I ran into a few emulation issues. |
@ImreSamu Thanks for the link, I had a look at your PR. You seem to be well versed in what to change in the Docker files. I do not know that so much... Since #216 mentions this: #216 (comment) |
This now only adds the buildx possibility to build the image for another platform. The CI is not affected. I will create a new PR for the CI. Reason: #216 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look like the builds run fine now, I was about to submit the same changes, thank you @niccokunzmann for providing the solution! 🙏
To build multiplatform images, I think it's no longer necessary to explicitly invoke with |
Hi! Do you have any ideas when this is going to be available? |
This makes a start at fixing #216.
Changes:
make
in READMEI will check the platforms now...
linux/arm64
linux/amd64
libc-bin segfaults ( script subprocess returned error exit status 139 ) ( qemu: uncaught target signal 11 (Segmentation fault) - core dumped ) docker/buildx#314
linux/arm/v8
linux/arm/v7
linux/arm/v6