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

Enable Multi-arch by docker buildx #39

Open
Jingzhao123 opened this issue Jun 23, 2020 · 1 comment
Open

Enable Multi-arch by docker buildx #39

Jingzhao123 opened this issue Jun 23, 2020 · 1 comment

Comments

@Jingzhao123
Copy link

Hi, All
Now, the buildx is tool which used for build multi-arch images tools. And it is very easy to use. Could we modify some script for building multi-arch images?

@gounthar
Copy link

gounthar commented Feb 21, 2022

I have made a release on my fork with armv7 and aarch64.

https://github.com/gounthar/docker-glibc-builder/releases/tag/2.34-0

If someone wants to build it by h(im|er)self, the images are available:

docker run --rm --env STDOUT=1 gounthar/glibc-builder:armv7 2.34 /usr/glibc-compat > glibc-bin.tar.gz on a 32 bits arm machine.

docker run --rm --env STDOUT=1 gounthar/glibc-builder:aarch64 2.34 /usr/glibc-compat > glibc-bin.tar.gz on a 64 bits arm machine.

If someone wants to make it more permanent, feel free to ping me.

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

No branches or pull requests

2 participants