The binaries can be automatically built and published via a GitHub action whenever a new git tag is pushed to this repository. I also think it might be convenient to have a install.sh script that downloads the latest binary and places it in /usr/local/bin.
These files could be used as a reference if needed:
I have been meaning to do this; I haven't messed with GitHub workflows before so I have been procrastinating it!
Thank you for the references, they will probably prove helpful.
The binaries can be automatically built and published via a GitHub action whenever a new git tag is pushed to this repository. I also think it might be convenient to have a
install.sh
script that downloads the latest binary and places it in/usr/local/bin
.These files could be used as a reference if needed: