-
Notifications
You must be signed in to change notification settings - Fork 11
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
Cannot install on Apple M1 arm64 running Linux on Docker #22
Comments
I believe this is the root issue: grpc/grpc-node#1405 |
Thanks a lot!Let me have a look. |
Hi @stultuss, is there any chance you've found a viable solution / workaround? |
Sorry, I'm a little busy this month. I think we need to follow this list until grpc-tools update https://node-precompiled-binaries.grpc.io/ |
This works |
@stultuss grpc-node now has pre-compiled ARM binaries as of Does these changes to the |
Just a quick comment, using I attempted to bump grpc-tools in hopes of making a merge request here but didn't have luck. I'm assuming those who have maintained the project would have a better understanding of what needs to be done. |
Host Machine Specification
I'm using the latest MacBook Pro 2021, with Apple M1 as CPU, which has an
arm64
architecture.Result of
uname -a
:Darwin 192.168.1.77 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:01 PDT 2021; root:xnu-8019.41.5~1/RELEASE_ARM64_T6000 arm64
Docker Container Specification
I'm running Docker
v20.10.10
, and in particular I'm using thenode:16.13.1-alpine
image.Issue
Trying to install
protoc-gen-grpc
with the followingDockerfile
fails:Error:
I get errors even if I try building the library from source.
Here is the updated Dockerfile:
which yields the following error:
The text was updated successfully, but these errors were encountered: