xuafeng/swe-go-python docker image used by the CLI currently supports only x86_64/AMD64. This means users on Apple Silicon Macs (M1/M2/M3) can’t run benchmarks via Docker. I’ve added a note to the README advising ARM64 users to use local execution for now (#4 )
I think we can update the build process to produce and publish multi-architecture docker images that support both amd64 and arm64 platforms.