mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 20:16:35 +00:00
ci(pi-gen): verbose pi-gen output + IMG_SUFFIX in EXPORT_IMAGE for diagnostics
This commit is contained in:
parent
b7ec18e52e
commit
0f664fe1c1
2 changed files with 3 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -182,6 +182,8 @@ jobs:
|
||||||
timezone: Etc/UTC
|
timezone: Etc/UTC
|
||||||
hostname: betterframe-kiosk
|
hostname: betterframe-kiosk
|
||||||
compression: xz
|
compression: xz
|
||||||
|
# Surface pi-gen's stdout/stderr so failures show their real cause.
|
||||||
|
verbose-output: true
|
||||||
|
|
||||||
- name: List pi-gen output
|
- name: List pi-gen output
|
||||||
run: ls -la deploy/ || true
|
run: ls -la deploy/ || true
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
IMG_SUFFIX="-betterframe-client"
|
||||||
Loading…
Reference in a new issue