ci(pi-gen): swap verbose-output → enable-debug + export-last-stage-only

This commit is contained in:
Mitchell R 2026-05-20 00:45:25 +02:00
parent c60f2a8b9e
commit 97c3e78141
No known key found for this signature in database

View file

@ -195,11 +195,12 @@ jobs:
timezone: Etc/UTC timezone: Etc/UTC
hostname: betterframe-kiosk hostname: betterframe-kiosk
compression: xz 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 # Inject qemu-user-static + binfmt-support INTO the pi-gen build
# container so its binfmt_misc check finds qemu-aarch64. The host # container so its binfmt_misc check finds qemu-aarch64.
# tonistiigi/binfmt registration alone doesn't propagate into
# pi-gen's nested mount namespace.
extra-host-dependencies: qemu-user-static binfmt-support extra-host-dependencies: qemu-user-static binfmt-support
- name: List pi-gen output - name: List pi-gen output