-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
arm64 build support #2235
Comments
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. |
/remove-lifecycle stale |
Hi, We are working on contour which has a dependency on this package, So we would like to know when will arm64 build will be available. |
you can use |
@tnxgalaxy I am attempting to use this with helm as a post renderer, so I would need the binary available, is there a way to point to the binary that is included with kubectl? |
@brendarearden you could try writing a small wrapper script, a script you could name #!/usr/bin/env bash
/path/to/kubectl kustomize $@ Please let me know if that does the job. |
/assign |
ARM builds will be available in next release. |
Now that Helm 3 supports a --post-renderer flag to be set, making kustomize even easier to integrate with, is it possible to get arm64 builds? I am currently unable to use it reliably because an arm64 binary is not offered.
The text was updated successfully, but these errors were encountered: