-
Notifications
You must be signed in to change notification settings - Fork 9
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
Binary releases for all platforms #11
Comments
Yes, binary releases are going to happen, after the Web UI is finalized (a few months?). Will have to give repology a look. |
Done: See landing page (README.md) for links to linux-64 and window static binary downloads. |
That's great thanks - are those nightly builds? |
Also if I strip the binary some of the commands disappear? |
Not nightly yet. And if you strip you loose the zip scripts appended to the binary. You can strip using (from build dir):
Probably could add a build option STRIP_BIN=1 to Makefile |
Hi,
I like your project here, do you plan to do a binary release for all major platforms? A tool like https://repology.org/ would help target all linux distros.
The text was updated successfully, but these errors were encountered: