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

Attach wget friendly libc-musl builds to your releases #136

Closed
AlexanderSchuetz97 opened this issue Oct 6, 2024 · 2 comments
Closed

Attach wget friendly libc-musl builds to your releases #136

AlexanderSchuetz97 opened this issue Oct 6, 2024 · 2 comments

Comments

@AlexanderSchuetz97
Copy link

AlexanderSchuetz97 commented Oct 6, 2024

Hello,

would it be possible for you to add statically built libc-musl linux binaries to your release? (I only need amd64)
I am aware that I can install jyt via cargo but when building docker images that should be as small as possible
installing cargo and rustc is not an option. A libc-musl binary has no dependencies to the system and can always be included in any linux container and it will work. This is the ideal thing for an utility such as yours. To make life easy you could just add this binary to your github releases so I can just wget -> /usr/bin/jyt when building such a docker image.

I know I can easily build this myself, but I would have to do it again for each update, plus it would turn a 1 liner in a dockerfile into about ~20 lines. I am sure I am not the only person that would appreciate this.

PS: The windows guys would probably appreciate a .exe download too.

@ken-matsui
Copy link
Owner

Sure, I can work on that when I get time. I'm not familiar with Windows, so it won't be provided, sorry.

@ken-matsui
Copy link
Owner

Done → https://github.com/ken-matsui/jyt/releases/tag/v0.3.1

Please let me know if the binary is not built correctly or you find anything incorrect.

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

2 participants