Tuckr icon indicating copy to clipboard operation
Tuckr copied to clipboard

Feature Request: More Install Options

Open josh-hemphill opened this issue 8 months ago • 4 comments

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.

josh-hemphill avatar May 06 '25 08:05 josh-hemphill

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.

RaphGL avatar May 06 '25 12:05 RaphGL

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

soredake avatar Jul 03 '25 09:07 soredake

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

josh-hemphill avatar Jul 03 '25 19:07 josh-hemphill

This would enable Homebrew installation 🔥

texastoland avatar Aug 22 '25 18:08 texastoland