DevOps-Nirvana/Kubernetes-Volume-Autoscaler

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

closing in favor of #12