Multiarch image?
piec opened this issue · 2 comments
piec commented
Hello,
Thanks for this project which is very useful to me.
Did you consider making a multiarch image? I'm interested in arm64 support.
I just checked and the build passes without modification
$ docker buildx build --platform linux/arm64/v8,linux/amd64 -t xyz:1 .
Edit: I've just checked it starts correctly (at runtime) on arm64
Cheers,
Pierre
piec commented
I have just followed https://www.docker.com/blog/multi-arch-build-and-images-the-simple-way/ to setup automated build on my fork https://github.com/piec/Kubernetes-Volume-Autoscaler and it's actually very simple to setup.
Example:
- https://github.com/piec/Kubernetes-Volume-Autoscaler/blob/master/.github/workflows/docker-image.yml
- https://hub.docker.com/r/piec/kubernetes-volume-autoscaler/tags
Edit: crazy-max/ghaction-docker-buildx is deprecated, I'm updating my stuff