BetterFrame/.github/workflows
Mitchell R 69e4bcb14a
ci(pi-gen): tonistiigi/binfmt --install arm64 (F flag, kernel-resident QEMU)
apt's qemu-user-static + update-binfmts produces a registration that
pi-gen's nested Docker container still couldn't see. Switch to the
canonical tonistiigi/binfmt approach: privileged container that
installs QEMU statically with the F (fix-binary) flag, so the kernel
opens the qemu-aarch64-static binary at registration time and uses it
for all subsequent arm64 execs — independent of which container the
exec happens in.

Plus diagnostic: ls /proc/sys/fs/binfmt_misc + cat qemu-aarch64
detail, so next run's log surfaces whether registration actually
landed.
2026-05-20 00:31:42 +02:00
..
build.yml ci(pi-gen): tonistiigi/binfmt --install arm64 (F flag, kernel-resident QEMU) 2026-05-20 00:31:42 +02:00
release.yml ci: bump action versions to latest + add QEMU arm64 binfmt for pi-gen 2026-05-20 00:11:45 +02:00