-
Notifications
You must be signed in to change notification settings - Fork 166
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
build: configure cross compile test builds #39
Conversation
b9221a6
to
c6e5395
Compare
This would be just a starting point. Let me know if the direction looks good before I stop chopping up the existing make file and building images. |
The direction looks good @BondAnthony :) Thanks for your contribution |
7b80297
to
fc86302
Compare
fc86302
to
1cc93c1
Compare
1cc93c1
to
1dd6865
Compare
025edd7
to
4c26845
Compare
4c26845
to
e0a6471
Compare
@BondAnthony do you need any help with this? |
Interesting I wonder why dependencies are having an issue now. The changes from yesterday should allow for Travis to trigger a build when a semantic tag is created. Goreleaser will build, checksum and publish to github releases. However for this to work Travis needs the environment variable GITHUB_TOKEN set with the right permissions. This current implementation doesn’t include building Docker images. Information on permissions can be found here. https://goreleaser.com/quick-start/ |
09f971c
to
f812093
Compare
This is g2g! thanks @BondAnthony for the great work, I opened a follow up issue for further improvements here. #81 |
This issue will setup goreleaser and cross compile kubectl-trace for multiple platforms. This would be a starting point for issue #9.