edgedb / edgedb-docker

Official Docker Image packaging for EdgeDB
83 stars 16 forks source link

Arm 32 support #4

Open brunetton opened 4 years ago

brunetton commented 4 years ago

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

elprans commented 4 years ago

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.

Syzuna commented 2 years ago

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 :(

Nebu1eto commented 2 years ago

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.

elprans commented 2 years ago

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 .