Adven27 / grpc-wiremock

gRPC Mock Server
MIT License
93 stars 40 forks source link

Build multiarch image for Mac M1 support #34

Open lrlinde opened 2 years ago

lrlinde commented 2 years ago

Hi there,

We've been using this image for some months already to execute our tests using Testcontainers. However we've experienced some performance issues when trying to run it on a mac m1.

We tried rebuilding the image using buildx as described here for linux/arm64/v8 architecture and the performance issue is gone now.

Do you think it would be possible for you to publish to DockerHub the image built for other architectures?

Please, let me know if you need further details.

Thanks in advance.