zegl / kube-score

Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.
https://kube-score.com
MIT License
2.78k stars 178 forks source link

.goreleaser.yml: Add builds for arm and arm64 #282

Closed mrueg closed 4 years ago

mrueg commented 4 years ago
Add release binaries for arm and arm64
zegl commented 4 years ago

Hey, thanks for the PR. I'm OK with the change. I'm curious, what's the use case that you've had for running kube-score on arm?

bors[bot] commented 4 years ago

Build succeeded:

mrueg commented 4 years ago

Hey, thanks for the PR. I'm OK with the change. I'm curious, what's the use case that you've had for running kube-score on arm?

mainly CI runners that run on raspberry-style clusters and use kube-score to evaluate manifests before deployment.