Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spring-cloud-contract docker image for linux/arm64/v8 platform (Mac M1) #2100

Open
prasanna0586 opened this issue Feb 14, 2024 · 1 comment

Comments

@prasanna0586
Copy link

prasanna0586 commented Feb 14, 2024

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.

@marcingrzejszczak
Copy link
Contributor

Hey, I've marked this as an enhancement request. BTW can you elaborate how exactly you're using SCC for polyglot testing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants