-
Notifications
You must be signed in to change notification settings - Fork 145
Add dockerfile to build releases #158
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
Conversation
It seems, like only go-1.10.x is tested! |
4e6adce
to
8daff75
Compare
I got it working with multiple go versions now and removed some of the older versions. Windows seems to have issues making the builds though not sure what's up with that. |
8daff75
to
17d88b5
Compare
Windows has no "make" command: "/c/Users/travis/.travis/functions: line 104: make: command not found" |
It took me some time, but know, i can understand travis files :) Also, what is with the 0.8.3 release, that has no name or describtion? |
That 0.8.3 release was just a tag created while I was testing by mistake, I've removed it now. Nice yeah I'll have to update the build to use Go to download the deps. I'll look into migrating the deps to use Go modules instead now. |
I also thought about using go deps instead, but when you do it, it is fine for me. |
Yeah I agree once this build is working I'll merge this in and make a proper build off of develop. |
17d88b5
to
0ca3516
Compare
Added a dockerfile to create the release packages and added a CI job to automatically upload releases if you tag the version.