ci(pi-gen): revert to minimal known-valid inputs (drop unverified action keys)

This commit is contained in:
Mitchell R 2026-05-20 00:51:37 +02:00
parent 97c3e78141
commit 73a01a3d50
No known key found for this signature in database

View file

@ -195,13 +195,6 @@ jobs:
timezone: Etc/UTC timezone: Etc/UTC
hostname: betterframe-kiosk hostname: betterframe-kiosk
compression: xz compression: xz
# 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
# container so its binfmt_misc check finds qemu-aarch64.
extra-host-dependencies: qemu-user-static binfmt-support
- name: List pi-gen output - name: List pi-gen output
run: ls -la deploy/ || true run: ls -la deploy/ || true