Hacker News new | ask | show | jobs
by neomantra 359 days ago
Golang itself bundles a toolchain and can cross compile to a many target OSes and architectures. I use Goreleaser [1] to create GitHub releases, Homebrew packages, Docker images, and Linux packages. Goreleaser Pro can also create MSI packages.

ETA since I just saw Christian chime in: the Goreleaser author works at Charm.sh =)

[1] https://goreleaser.com

1 comments

GoReleaser is indeed an awesome tool and we use it for every applicable project.

And actually Carlos, who builds GoReleaser, is the true author of Fang and took it from concept to execution.