DEV Community

Discussion on: gRPC on dotnet core 3.1 on RaspberryPi 3

Collapse
 
przemoga profile image
Przemek • Edited

Hello all, I am trying to run gRPC on raspberry pi 4 with NET5.0 but I am receiving an error from GetArchitectureString method: "Unsupported architecture" . RuntimeInformation.ProcessArchitecture returns "ARM" what seems to be not supported. Do you have any idea whether it is possible to run it on rpi4 ?

I am using raspberry pi 4 with 32OS. When I used the same on raspberry pi3 then this problem was not existing.