Rosetta in linux guests currently (macOS 15) does not support the x86_64-v3 instruction set. This is going to be problematic for rhel10/centos10: https://developers.redhat.com/articles/2024/01/02/exploring-x86-64-v3-red-hat-enterprise-linux-10 For example, with podman on a M1 mac: ``` podman machine init podman machine start podman run -it --rm quay.io/centos/centos:stream10 ``` This only prints `Fatal glibc error: CPU does not support x86-64-v3`