Is your feature request related to a problem?
The protobuf compiler protoc supports a few non-x86 machine architectures such as aarch64, ppcle, and s390x which are not supported by the gRPC plugin protoc-gen-grpc-java:

Describe the solution you'd like
It would be great if gRPC-Java supported the same machine architectures as Protocol Buffers out of the box.
With aarch64 there's already a non-x86 architecture supported by gRPC-Java and maybe support for the other machine architectures could be implemented in the same way.