Hacker News new | ask | show | jobs
by rounce 468 days ago
It’s a Golang project, one of the big selling points of Go is the ability to easily produce static binaries which are easily distributed. It’s trivial to setup basic GitHub actions and build and publish a release containing binaries for all platforms.
1 comments

I’ve found goreleaser very helpful in the past. I notice it now claims support for non-go languages now

https://goreleaser.com/

Gore Leaser