Skip to content
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

Open
brunetton opened this issue Feb 11, 2020 · 4 comments
Open

Arm 32 support #4

brunetton opened this issue Feb 11, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@brunetton
Copy link

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

@elprans
Copy link
Member

elprans commented Feb 11, 2020

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.

@1st1 1st1 added the enhancement New feature or request label Feb 11, 2020
@Syzuna
Copy link

Syzuna commented Jun 16, 2022

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
Copy link

Nebu1eto commented Aug 9, 2022

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
Copy link
Member

elprans commented Aug 9, 2022

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants