-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 infrastructure improvements #2277
Comments
@klizhentas What do you think about adding support for building binaries with Go 1.9.x to this ticket and making this a generic build improvements ticket? |
do it |
Let's make the following build improvements. Support 32-bit builds for Linux We have to investigate 32-bit VM support on the various cloud providers to act as a build box. The other option that may be more viable is using Docker to do cross compilation of 32-bit binaries like we build Windows binaries. The output archive should have the following format: Maintain Teleport binaries built with Go 1.9 Several issues have come up that require us to continue to support binaries built with Go 1.9 long term. We should update the build infrastructure to have both the current version of Go and a legacy version so Linux binaries can be built as well. The output archive should have the following format: |
Also update zendesk issue 347
The text was updated successfully, but these errors were encountered: