For polyglot contract testing, I am using the springcloud/spring-cloud-contract docker image. I am unable to run tests in my Mac M1. It just hangs while client stubs are getting generated (Task :generateClientStubs). It is because the image is only built for linux/amd64 platform. I see the below warning in my console
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Can you please provide an image for linux/arm64/v8 platform? Right now I am forced to use a compatible machine to run my tests.
For polyglot contract testing, I am using the springcloud/spring-cloud-contract docker image. I am unable to run tests in my Mac M1. It just hangs while client stubs are getting generated (Task :generateClientStubs). It is because the image is only built for linux/amd64 platform. I see the below warning in my console
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Can you please provide an image for linux/arm64/v8 platform? Right now I am forced to use a compatible machine to run my tests.