BetterFrame/.github/workflows
Mitchell R ab955e12da
ci(pi-gen): install qemu-user-static via apt instead of setup-qemu-action
docker/setup-qemu-action registers binfmt via a privileged side container;
pi-gen-action's own nested Docker container doesn't inherit the
registration. Result: arm64 ELFs in the pi-gen chroot still fail to
exec, exit 1 before any stage runs.

apt-installed qemu-user-static + binfmt-support writes persistent
binfmt_misc entries to the kernel that propagate to every container
share. Pair with update-binfmts --enable qemu-aarch64 and a sanity
ls -la /proc/sys/fs/binfmt_misc/qemu-aarch64.
2026-05-20 00:23:16 +02:00
..
build.yml ci(pi-gen): install qemu-user-static via apt instead of setup-qemu-action 2026-05-20 00:23:16 +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