Publish pre-built binaries to github releases
Hi 👋🏼
It would be awesome if there would be pre-built binaries attached to github releases for linux/arm64, linux/amd64 etc...
This is helpful for package managers like aqua (see link below) and others that can pull from github release artifacts
Jo is probably in most distributions' repositories, so I don't see the point really, quite apart from the issues with dynamic linking etc.
Would you be open for contributions? I could see about adding a GH workflow to do this but I understand your reluctance.
I'm open as long as you do all the work. ;)
For me, the reasoning behind prebuilt binaries is, I don't want to needlessly install system packages since 1. I try to be cross-platform for when work shafts me with a janky Ubuntu or Mac 2. My daily driver is Fedora Atomic, which takes forever to rebuild base just to install one or two extra packages and 3. I want to be distro agnostic, so I use mise/pixi/flatpak for just about everything.
I wasn't able to find a work around directly, but rjo's behavior is just close enough that it works for all my scripts (unfortunately its not 100% the same):
mise use -g cargo:cargo-binstall mise use -g cargo:rjo
sorry, I was going to put in the work, but now I don't have to