digitalocean / clusterlint

A best practices checker for Kubernetes clusters. 🤠
Apache License 2.0
547 stars 45 forks source link

Provide pre-built binary releases #56

Closed adamwg closed 5 years ago

adamwg commented 5 years ago

We should provide binaries for releases so users don't need to build clusterlint themselves. For bonus points, it would be nice to build binaries automatically via actions or CircleCI when we tag a release.

timoreimann commented 5 years ago

I've been meaning to look into GoReleaser for other projects; perhaps clusterlint could be a good candidate to give it a whirl too.

timoreimann commented 5 years ago

Just saw #57 uses Github Actions which sounds like a great approach too.