edgedb-docker icon indicating copy to clipboard operation
edgedb-docker copied to clipboard

Arm 32 support

Open brunetton opened this issue 5 years ago • 4 comments

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

brunetton avatar Feb 11 '20 00:02 brunetton

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.

elprans avatar Feb 11 '20 20:02 elprans

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

Syzuna avatar Jun 16 '22 11:06 Syzuna

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.

Nebu1eto avatar Aug 09 '22 11:08 Nebu1eto

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 .

elprans avatar Aug 09 '22 17:08 elprans