Running the browserless/chrome docker image on an M1 Mac for cucumber tests that talk to Chrome via the devtools protocol. The container dies with: qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory. Same image works fine on amd64 CI machines. The arm64-tagged image produced the same qemu error at the time. The problem is the x8664 ChromeDriver binary trying to run under qemu user-mode emulation without the x8664 loader present.