From 0f664fe1c15394312bdbe76c8b4229e745f69a12 Mon Sep 17 00:00:00 2001 From: Mitchell R Date: Tue, 19 May 2026 23:57:26 +0200 Subject: [PATCH] ci(pi-gen): verbose pi-gen output + IMG_SUFFIX in EXPORT_IMAGE for diagnostics --- .github/workflows/build.yml | 2 ++ deploy/pi-gen/stage-betterframe-client/EXPORT_IMAGE | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index edac701..85265d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -182,6 +182,8 @@ jobs: timezone: Etc/UTC hostname: betterframe-kiosk compression: xz + # Surface pi-gen's stdout/stderr so failures show their real cause. + verbose-output: true - name: List pi-gen output run: ls -la deploy/ || true diff --git a/deploy/pi-gen/stage-betterframe-client/EXPORT_IMAGE b/deploy/pi-gen/stage-betterframe-client/EXPORT_IMAGE index e69de29..1911cae 100644 --- a/deploy/pi-gen/stage-betterframe-client/EXPORT_IMAGE +++ b/deploy/pi-gen/stage-betterframe-client/EXPORT_IMAGE @@ -0,0 +1 @@ +IMG_SUFFIX="-betterframe-client"