top | item 40191049

(no title)

remorses | 1 year ago

Goblin is a service that builds a go binary for your platform on the fly and downloads it in PATH. This is a much faster way than setting up Github Actions to build an executable for every possible platform on every release. You can also use go install if you know what you are doing.

discuss

order

leetrout|1 year ago

> This is a much faster way than setting up Github Actions to build an executable for every possible platform on every release

It's not even that hard. Just use GoReleaser.

https://goreleaser.com/

xmorse|1 year ago

And then later add a script that downloads the binary from Github releases. Doesn't improve the situation with curl script haters