-
Notifications
You must be signed in to change notification settings - Fork 879
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
Improve build script #250
Improve build script #250
Conversation
SuperQ
commented
Apr 8, 2019
- Use single gox command to parallelize build.
- Automatically package any archs gox spits out.
- Add sha256sums for packages.
Codecov Report
@@ Coverage Diff @@
## master #250 +/- ##
=========================================
Coverage ? 88.28%
=========================================
Files ? 2
Lines ? 683
Branches ? 0
=========================================
Hits ? 603
Misses ? 57
Partials ? 23 Continue to review full report at Codecov.
|
* Use single gox command to parallelize build. * Automatically package any archs gox spits out. * Add sha256sums for packages.
Nice, this is a lot better than what we got right now. |
Release failed: https://cloud.drone.io/oliver006/redis_exporter/198/1/8
Do the |
Hmm, looks like gox currently doesn't support passing the vendor flag: mitchellh/gox#122 |
Hrm, I don't know how |
Good suggestion, let me try that. |
It may also need |
Setting the env var seems to have fixed the build, now on to the next issue:
I guess we got to ignore errors here cause for the first zip there's nothing to delete. |
Ahh, yea, |