-
Notifications
You must be signed in to change notification settings - Fork 651
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
Compile grpc-node binaries for ARM from source code #1737
Comments
What error message are you getting, exactly? We distribute precompiled binaries for |
|
We do not distribute ARM binaries for the grpc-tools package. See #1405 for more information. |
Can you provide instructions to generate the binaries from the source code? |
I suggest using our build script as a reference: https://github.com/grpc/grpc-node/blob/master/packages/grpc-tools/build_binaries.sh. It has some code that is specific to the architectures we build for so that part will need to be modified to support ARM. |
Is your feature request related to a problem? Please describe.
I am using AWS graviton instances to host my application(node) and am facing an error during the installation of grpc saying the binary files are not found. How do I compile grpc-node binaries for ARM from source code?
Describe the solution you'd like
Instructions to compile the binaries from source code.
Additional context
With the increasing popularity of Apple silicon and the ARM based compute on AWS I feel this should be provided out of the box.
The text was updated successfully, but these errors were encountered: