My team's development environment includes running the endpoints-runtime container to proxy requests from our App Engine devserver to our local gRPC server, and we recently had a team member start and receive a new M1 Mac. When attempting to start the endpoints-runtime container, this is the result:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Is support for arm64 on the horizon? I imagine that it would depend on the related Envoy support for Apple silicon (
issue) but wanted to confirm that before taking action on my end to work around this.