From 39fac39bf2e438e6206a2ed989e2b8fe8851ed5e Mon Sep 17 00:00:00 2001 From: Mitchell R Date: Wed, 20 May 2026 01:13:19 +0200 Subject: [PATCH] ci(pi-gen): verbose-output: true to surface pi-gen stdout/stderr Pi-gen container exits in 0.288s after image build with no logs printed. Default action input verbose-output=false suppresses pi-gen output; flipping to true should show what build.sh trips on inside the container. --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe50450..0f6d719 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -200,10 +200,8 @@ jobs: timezone: Etc/UTC hostname: betterframe-kiosk compression: xz - # No extra-host-dependencies — tonistiigi/binfmt already - # registered qemu-aarch64 with the F flag (POCF), which loads - # the static QEMU into kernel memory so chroot exec works - # without needing the binary in the chroot. + # Surface pi-gen's stdout/stderr (default suppressed). + verbose-output: true - name: List pi-gen output run: ls -la deploy/ || true