You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: