I'm curious what options that leaves for docker. I assume the pattern of building/running linux/amd64 containers on MacOS is pretty widespread.
Edit: "Apple says that it will continue to support older, unmaintained gaming titles with Rosetta along with software running Intel binaries in Linux VMs beyond macOS 27 . There could also be future security fixes." - https://www.macrumors.com/2026/02/16/macos-tahoe-26-4-rosett...
No Apple citation shown for that, though seems plausible.
See https://developer.apple.com/documentation/macos-release-note...
AFAIK all ways of running docker on MacOS rely on a amd64 virtual machine with Linux kernel in it.
docker --platform linux/arm64 depends on amd64 ?