diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f6bd04..7619534 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -195,13 +195,6 @@ jobs: timezone: Etc/UTC hostname: betterframe-kiosk compression: xz - # Surface pi-gen's stdout/stderr inside the action log. - enable-debug: true - # Skip earlier stages' image exports — only ship our customised one. - export-last-stage-only: true - # Inject qemu-user-static + binfmt-support INTO the pi-gen build - # container so its binfmt_misc check finds qemu-aarch64. - extra-host-dependencies: qemu-user-static binfmt-support - name: List pi-gen output run: ls -la deploy/ || true