10gen / realm-cli

MongoDB Realm CLI
Apache License 2.0
6 stars 23 forks source link

Linux aarch64/AMR64 not supported #331

Open jonshipman opened 1 year ago

jonshipman commented 1 year ago

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

jonshipman commented 1 year ago

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

alextrep96 commented 1 year ago

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 commented 10 months ago

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