-
Notifications
You must be signed in to change notification settings - Fork 483
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 build #324
Comments
We would like to see this as well for all four Red Hat architectures: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x. This can be accomplished with either docker buildx or recent versions of podman. |
PRs welcome :) |
It's a matter of how the container build is controlled, but I don't see any automation in the repo. How are you driving the container builds? |
I manually build the alpine docker image and upload it to docker hub. |
In that case, instead of your usual
(Note that if you're using |
Maybe we could add a GitHub workflow then? |
Sounds good 👍 |
Hello,
Would it be possible to have a multi arch Docker build so that we can pull from the Docker Hub even on ARM64 platform?
Thanks,
Kind regards,
The text was updated successfully, but these errors were encountered: