fullstorydev / grpcurl

Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
MIT License
10.75k stars 502 forks source link

Restore support for linux/s390x for the next release. #292

Closed jhump closed 2 years ago

jhump commented 2 years ago

This reverts commit 8ee6c9423b655f2272fb1860040e73b0d198656a.

For the most recent release (v1.8.6), the docker images were built from a Linux VM (instead of from a Macbook Pro, like some earlier releases). Linux ostensibly does not have the same issue with qemu emulating s390x architecture that x86 OS X does, so we can add this back.