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-arch Docker images #155

Open
namedgraph opened this issue Mar 30, 2023 · 2 comments
Open

Multi-arch Docker images #155

namedgraph opened this issue Mar 30, 2023 · 2 comments

Comments

@namedgraph
Copy link
Member

LinkedDataHub's Docker images are auto-built on Docker Hub and only support the linux/amd64 architecture.
Issues like #149 highlight the need for multi-arch images, however Docker Hub does not support that.

It looks like docker buildx is the modern way to build such images. Since we already have a GitHub workflow that can build images, it should be possible to extend it to build multi-arch images and push them to Docker Hub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant