Rosetta was disabled in podman-machine-os due to incompatibility with newer kernel versions, however the issue appears to be fixed in MacOS 26.
I confirmed that Rosetta works on my MacOS 26 by manually running steps from rosetta_activation.sh.
I'm not sure how much grace period you want to leave for people to update their OS, but this issue should help with visibility, especially with podman-desktop not mentioning, that Rosetta doesn't work at the moment.
 |
| Podman Desktop UI suggests, that Rosetta will be enabled |
Loosely related note: once I enabled Rosetta, I started seeing buildx errors caused by another issue, which is fixed in master, but not yet released as stable. I managed to fix it in two ways: either using moby/buildkit:master or applying the "disable SELinux" workaround.
Rosetta was disabled in podman-machine-os due to incompatibility with newer kernel versions, however the issue appears to be fixed in MacOS 26.
I confirmed that Rosetta works on my MacOS 26 by manually running steps from rosetta_activation.sh.
I'm not sure how much grace period you want to leave for people to update their OS, but this issue should help with visibility, especially with
podman-desktopnot mentioning, that Rosetta doesn't work at the moment.Loosely related note: once I enabled Rosetta, I started seeing buildx errors caused by another issue, which is fixed in master, but not yet released as stable. I managed to fix it in two ways: either using
moby/buildkit:masteror applying the "disable SELinux" workaround.