DevOps-Nirvana / Kubernetes-Volume-Autoscaler

Autoscaling volumes for Kubernetes (with the help of Prometheus)
Apache License 2.0
273 stars 32 forks source link

Multiarch image? #11

Closed piec closed 1 year ago

piec commented 1 year ago

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 1 year ago

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:

Edit: crazy-max/ghaction-docker-buildx is deprecated, I'm updating my stuff

piec commented 1 year ago

closing in favor of https://github.com/DevOps-Nirvana/Kubernetes-Volume-Autoscaler/pull/12