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

Linux aarch64/AMR64 not supported #331

Open
jonshipman opened this issue Jun 2, 2023 · 3 comments
Open

Linux aarch64/AMR64 not supported #331

jonshipman opened this issue Jun 2, 2023 · 3 comments

Comments

@jonshipman
Copy link

npm i -g mongodb-realm-cli fails on Ubuntu 22.10 on aarch64

@jonshipman
Copy link
Author

I can confirm that I have no issues building with golang. The binary just needs to be included in the npm package.

@alextrep96
Copy link

I am also unable to install mongodb-realm-cli in a Docker container on an M1 MacBook. I get the following error:

failed to download Realm CLI: Error: Only Linux 64 bits supported.

To reproduce the issue, simply build the following Dockerfile on an M1 Mac

FROM node:18

RUN npm install -g mongodb-realm-cli

@bengiddins
Copy link

Same for Amazon Linux 2023 - build it from source using Go.

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

No branches or pull requests

3 participants