Skip to content
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 Arm binaries with CGO enabled #227

Closed
eikenb opened this issue Dec 18, 2019 · 0 comments · Fixed by #228
Closed

Build Arm binaries with CGO enabled #227

eikenb opened this issue Dec 18, 2019 · 0 comments · Fixed by #228
Labels
Milestone

Comments

@eikenb
Copy link
Contributor

eikenb commented Dec 18, 2019

Needed due to Go bug golang/go#32912

Using CGO means I need to target specific arm architectures. I'm going to limit it to Arm-6 and higher. If anyone needs Arm-5 please file an issue.

@eikenb eikenb added the bug label Dec 18, 2019
@eikenb eikenb added this to the 0.9.2 milestone Dec 18, 2019
eikenb added a commit that referenced this issue Dec 18, 2019
Build all arm binaries with CGO enabled to address golang bug..

golang/go#32912

Includes arm64 to standardize the platforms supported with those
consul-template supports.

Fixes #227
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant