From 73a01a3d50410db7fabd2814c8819fb34b0a5471 Mon Sep 17 00:00:00 2001 From: Mitchell R Date: Wed, 20 May 2026 00:51:37 +0200 Subject: [PATCH] ci(pi-gen): revert to minimal known-valid inputs (drop unverified action keys) --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) 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