kube-linter icon indicating copy to clipboard operation
kube-linter copied to clipboard

[FEATURE_REQUEST] arm64 Docker image

Open metawave opened this issue 1 year ago • 3 comments

Description of the problem/feature request I use the docker image on a Ampere machine which uses arm64 arch. It would be much appreciated to also build an arm64 docker image. Binaries seems to work already. With the rise of new ARM based Windows machines (Surfaces) and the already growing Apple Silicon Macs it would make sense to support both.

metawave avatar Jul 09 '24 16:07 metawave

We are also using arm machines to run GH actions. We would appreciate it if the arm64 build was supported.

ppogladic avatar Dec 10 '24 09:12 ppogladic

Would you like to contribute a patch for this. We are using goreleaser and it supports multiarch builds https://goreleaser.com/cookbooks/multi-platform-docker-images/

We need to create a -arm64 release like it's done for amd https://github.com/stackrox/kube-linter/blob/b4a834c9a4cdcaefbf8d7af3e2b3ef48fcef8585/.goreleaser.yaml#L48-L68

janisz avatar Mar 10 '25 16:03 janisz

I'm not sure if this was still a need but I took a stab at it.

Keheira avatar Aug 02 '25 04:08 Keheira