Closed ryeleo closed 7 months ago
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8)
The answer is right there in your description. That's a warning from docker itself, not runner. Your container image platform (amd64) must match the host (Mac) platform (arm64). That image doesn't appear to have been built with arm64 support.
When I try to use ansible-runner on my new Macbook Pro, it blocks, but appears to do nothing:
When I look at Docker Desktop to see what's going on, it shows that the container seems to be sitting idle:
Thanks for this project! It works great in my CICD environment (redhat)!