You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gRPC ruby does build fine on aarch64 linux and the tests are passing there.
The missing piece is that we currently don't provide pre-built package (=native gem) for aarch64 linux.
Context: for other languages we already provide cross-compiled packages for aarch64 linux, but ruby's build system is quite complicated so I'm not sure how to integrate cross-compilation with the existing native gem build.