Closed cfriedt closed 5 years ago
The protoc
binary in this docker image was downloaded with the x86_64
variant from the protobuf release page, like this. So it's not expected to work in arm64. I am not sure if they offer a precompiled variant for arm64. In any case this docker image is meant to just demonstrate how generally things work with grpc-web. For variants like this you may need to do a bit more work to make that work. I personally haven't tried to compile everything in arm64 unfortunately.
Oh - they do offer a precompiled protoc binary
https://github.com/grpc/grpc-web/tree/master/net/grpc/gateway/examples/echo
Everything else seems to work fine up until that point.