mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 19:06:34 +00:00
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:
parent
d608609ec4
commit
39fac39bf2
1 changed files with 2 additions and 4 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue