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.
This commit is contained in:
Mitchell R 2026-05-20 01:13:19 +02:00
parent d608609ec4
commit 39fac39bf2
No known key found for this signature in database

View file

@ -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