-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Support armv7/8 #801
Comments
There is no reason not to support arm64, but unfortunately I believe there are no plans to migrate to another dependency manager just yet. Ideally, we will use go modules in the future, but it's probably too early to jump on that. |
Sent in small PR to golang/dep to add arm and arm64 releases here: golang/dep#2102 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Tried to build an arm64 version, tuns out that's not currently possible because:
Build dep uses https://raw.githubusercontent.com/golang/dep/master/install.sh which doesn't support arm.
There is also a pending issue here golang/dep#1807 but it seems nobody cares.
Therefore could the build process altered so that it does not rely on that script?
Or is there a fundamental reason why this project wouldn't run on arm?
The text was updated successfully, but these errors were encountered: