Arm 32 support
Hi,
I'm looking forward to install EdgeDB on Raspberry Pi (model 3); using Raspberry distrib (32 bit).
- EdgeDB is not available in Raspbian
- Docker is the next installation solution that I'm considering
So I'm asking here: do you plan to support arm32 arch ?
Thanks
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? I have an Oracle Cloud ARM Server that I would love to use to try Edge DB but well you guessed it, its an ARM Server :(
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:
docker build -t edgedb/edgedb:2 --build-arg version=2 .