From 97c3e7814178ac54c6b9a0bc31f4e32015ae1f11 Mon Sep 17 00:00:00 2001 From: Mitchell R Date: Wed, 20 May 2026 00:45:25 +0200 Subject: [PATCH] =?UTF-8?q?ci(pi-gen):=20swap=20verbose-output=20=E2=86=92?= =?UTF-8?q?=20enable-debug=20+=20export-last-stage-only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3917f9..9f6bd04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -195,11 +195,12 @@ jobs: timezone: Etc/UTC hostname: betterframe-kiosk compression: xz - verbose-output: true + # 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. The host - # tonistiigi/binfmt registration alone doesn't propagate into - # pi-gen's nested mount namespace. + # container so its binfmt_misc check finds qemu-aarch64. extra-host-dependencies: qemu-user-static binfmt-support - name: List pi-gen output