Feature Request: More Install Options
If you'd be interested in adding a github action to add the binaries onto releases, I'd be happy to PR that. Though there's lots of other ways I've seen projects implement, and if there's any you'd be interested in which I know enough about, I'd probably be interested in PRing them. Having some more non-build-from-source options would be nice.
I don't know much about the options available tbh, so I don't really have an opinion. But if you make a PR for that I'd accept it.
Some examples:
https://github.com/lycheeverse/lychee/blob/master/.github/workflows/release-binary.yml https://github.com/astral-sh/uv/blob/main/.github/workflows/release.yml https://github.com/BurntSushi/ripgrep/blob/master/.github/workflows/release.yml https://github.com/sharkdp/fd/blob/master/.github/workflows/CICD.yml
I was working on a PR, but got distracted by other things. I'll have to look where I left off, but I think I was close to finishing it. I was referencing ripgrep's and quickly realized I had to reference a few others and do something kinda in-between. (I actually opened a discussion in ripgrep about revising some outdated and unused components of their release pipeline) and I believe GH's free public ARM runners are GA now, which also simplifies some things
This would enable Homebrew installation 🔥