Open jonshipman opened 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.
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
Same for Amazon Linux 2023 - build it from source using Go.
npm i -g mongodb-realm-cli
fails on Ubuntu 22.10 on aarch64