-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Not wanting to be to demanding but, any chance you could actualy release it as a binary on github ?
It's not practical for non developers to constantly download the half giga go distro and recompile go binaries.
Releasing a binary, just makes your tool available for someone who just wants to check it out quickly, compare it with others.
Not everyone has or wants the entire go distribution installed or as a simple user is familiar with compiling.Besides that releasing a binary, would make it easier for others to create a package for a Linux distro, based on the binary (ex. Ubuntu, Archlinux AUR).i
Do you know you can automate this for free with github actions ?
Check how other famous go tools do it, for example https://github.com/gokcehan/lf/tree/master/.github/workflows
Do you also know this tool, https://github.com/goreleaser/goreleaser ? https://goreleaser.com/ci/actions/ ?
Thanks in advance