-
Notifications
You must be signed in to change notification settings - Fork 29
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 env update for linux on arm #651
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @pixelsoccupied |
build time went down from minutes to seconds! thanks for update!! /lgtm |
I like the idea, though I think it would be even better if we could specify a target architecture with |
Building arm images is beyond the scope of this PR. I am happy to make that change if I can verify the output. Does NTO get CI running on arm hardware now? |
I'm not sure what architecture the CI runs on but the change was very useful for testing since by using GOARCH you can build any arch from any arch (within the supported golang limits) |
/test integration |
…e up by CRIO image service
New changes are detected. LGTM label has been removed. |
PR needs rebase. 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-sigs/prow repository. |
Background / Context
Several LCA developers are on M3 Macbooks running linux VMs now. This update enables building x64 images locally with the toolchain for arm64/aarch64 linux.
Issue / Requirement / Reason for change
Solution / Feature Overview
Implementation Details
Other Information