You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.The text was updated successfully, but these errors were encountered: