Error CI sonarcloud-github-action using arm64 image: sonarsource/sonar-scanner-cli:11.0

We are using https://github.com/SonarSource/sonarcloud-github-action for report our python projects, but when using build-platform arm64, displays error.

Until yesterday it was normal, using arm64, now these errors are showing below.

Warning: rning] The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Image: sonarsource/sonar-scanner-cli:11.0
Warning: rning] The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /bin/sh: exec format error
The command ‘/bin/sh -c chmod +x /entrypoint.sh’ returned a non-zero code: 1

Hi @bpramos

We just started to support arm64 but only when using the Scanner CLI manually, not through the SonarCloud GitHub action or Docker.
I am a bit puzzled about why it was working before, and not anymore.

Can you share a bit more about your GitHub workflow?

Are you running on the new arm64 hosted runner?
Can you share your workflow yaml file (or at least the part relevant to the SonarCloud analysis)?

Thanks