-
Notifications
You must be signed in to change notification settings - Fork 14
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
Arm 32 support #4
Comments
We don't currently support arm32 (or arm64), and as of now there are no definite plans to provide official packages for non-x86 architectures. This is mostly because we lack the necessary infrastructure to easily build and test packages on those architectures. That said, we do plan to provide a self-containing source tarball to allow (cross-) compiling to a specific target. |
Any news on that self-containing source tarball for cross compiling? |
Is there any plans for support arm64 architecture for edgedb Docker Image? I feel difficult to use docker with edgedb in Apple Silicon or, Graviton 2. I know already edgedb and edgedb-cli itself supports arm64. |
Linux packages for arm64 are also available, but we're still looking into how to integrate our CI with Docker Hub multiarch manifests. Meanwhile you can build this Dockerfile on an arm64 box and get an image:
|
Hi,
I'm looking forward to install EdgeDB on Raspberry Pi (model 3); using Raspberry distrib (32 bit).
So I'm asking here: do you plan to support
arm32
arch ?Thanks
The text was updated successfully, but these errors were encountered: