Prevent recursive ARM emulation on ARM workers #574
Loading…
Reference in a new issue
No description provided.
Delete branch "codex/arm-binfmt-host-guard-20260910"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The binfmt DaemonSet registered qemu-aarch64 on the ARM canary. New native processes then failed with too many levels of symbolic links, including SSH and ZFS. Restrict this ARM emulator to AMD64 nodes and reject other host architectures before registration.
Validation: the shell manifest test failed before the selector change and passes after it. The canary required a reboot to clear the bad registration. The live selector was applied as a recovery action; this change makes it durable.