-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Is arm64 platform supported? #8320
Comments
It is not supported for now. As #2517 also discussed, I think we will not support it until |
Although @mattmoor has been playing with arm - I believe on a Raspberry Pi. |
If you have an envoy ARM64 build (which I think will be shipped with 1.15+) then you should be able to build much of the rest of knative with We don't have official support for any platform/arch other than linux/amd64 currently. |
Gonna close this now, but feel free to open a new issue if you have any additional questions. |
Thanks you,it works! |
Hi @mattmoor! 👋 With the recent push for |
IIRC Knative publishes multi-arch images for ~5 architectures. Historically the main limiting factor for serving has been where the ingress layer supports (typically limited by Envoy). I've been running Knative serving on arm64 for almost 2 years (basically since Envoy had an arm64 build), so it definitely works. |
Thanks for the quick response! The question came up for me (getting into For future readers: I now indeed see |
some more details about |
Is arm64 suppoerted now?I can't find any components of arm64 version in dockerhub. Ialso try to run the same component's image in arm64 platform,and init linux error was raise!
The text was updated successfully, but these errors were encountered: