-
Notifications
You must be signed in to change notification settings - Fork 137
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 downloads #31
Comments
The README also says
But I've never gotten around to it, mostly because I have no need for this. Do you have a suggested method? I've considered using Bintray. |
GitHub releases are preferable as that's where I generally check first. |
Ah, I forgot that GH releases can included binaries. Good idea. |
@calebmer just uploaded some to my fork. compiled them with gox. @cespare go get its not cacheble inside a Dockerfile there is a actual need for them on this repo |
I would consider using https://github.com/goreleaser/goreleaser It's quite awesome and integrates nicely into the CI workflow. |
Here's a sample goreleaser config that would work well for this repo:
You can install goreleaser on your system with Once you do that, you can run the following workflow:
There is also Travis Integration. This would be very much appreciated by many users who don't have the full go toolkit installed. I'm sure @sagikazarmark would be happy to answer any questions, as am I. |
I've opened a PR #80 that should totally address the concerns of this issue. |
OK, releases have binaries attached to them now. |
One of this repository's proposed benefits as written in the readme: "Reflex has no dependencies. No need to install Ruby or anything like that." Yet the instillation reads:
I don't want to install go to use this library. Could this dependency be removed with binary downloads?
The text was updated successfully, but these errors were encountered: