mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 20:16:35 +00:00
ci(pi-gen): swap verbose-output → enable-debug + export-last-stage-only
This commit is contained in:
parent
c60f2a8b9e
commit
97c3e78141
1 changed files with 5 additions and 4 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue