Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tuftool: Support binary releases on Github #662

Open
2 of 5 tasks
cbgbt opened this issue Aug 23, 2023 · 2 comments
Open
2 of 5 tasks

tuftool: Support binary releases on Github #662

cbgbt opened this issue Aug 23, 2023 · 2 comments

Comments

@cbgbt
Copy link
Contributor

cbgbt commented Aug 23, 2023

What I'd Like:
I'd like to be able to install pre-built binaries of tuftool.

Tasks

Preview Give feedback

I'm not totally committed to that list of platforms and architectures. I'll keep this issue updated as I continue to do some research.

@cbgbt cbgbt linked a pull request Aug 24, 2023 that will close this issue
@cbgbt cbgbt removed a link to a pull request Aug 24, 2023
@mikn
Copy link

mikn commented Dec 11, 2024

Is something missing to move this along? I am swift approaching the same point that others were in when they asked for this and would love if I could just download the tuftool binary to manage the bottlerocket images rather than building from source. I would prefer not to use the Docker image as binaries integrate better with our dependency management systems.

@jku
Copy link

jku commented Feb 11, 2025

I'd like to be able to install pre-built binaries of tuftool.

I'll mention https://github.com/PyO3/maturin here: it's a pretty cheeky way to achieve not only binary packaging but also a robust delivery mechanism: It creates thin Python wrappers for your rust binaries and uploads them to pypi.org.

https://github.com/woodruffw/zizmor is an example of a rust app that can be installed in seconds with pip install zizmor: I believe the only things needed in zizmor sources are one GH workflow and a pyproject.toml file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants