-
Notifications
You must be signed in to change notification settings - Fork 395
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 building arm64 CAPI images #936
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale Would be really nice to have the option to build ARM64 images. |
I agree. I haven't looked much but I think it's possible to create ARM64 images if you provide the right parameters but it's not clear or consistent. /triage accepted |
Hello, I have added here an example using QEMU-KVM on ARM64: |
This issue has not been updated in over 1 year, and should be re-triaged. You can:
For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/ /remove-triage accepted |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/lifecycle frozen This seems also important for testing on Apple Silicon machines. |
Both Azure and AWS supports ARM64 VMs now, so I think it would be great if image-builder would be able producing arm64 compatible images.
I see that there are already some parameters for selecting the CPU architecture, but I don't think there is a complete support for any of the platforms. Please correct me if I'm wrong.
This came out as part of working on flatcar/Flatcar#734 (comment).
/kind feature
The text was updated successfully, but these errors were encountered: