secubox-deb/.github/workflows
CyberMind-FR 8d02cdc97b ci(build-packages): wire env: for discover inputs + tighten find pattern
Follow-up to the previous matrix-cap fix:

1. YAML/shell quoting hell: the inline ${{ github.event.inputs.arch }}
   substitution inside a single-quoted heredoc broke parsing on push:tags
   events (where inputs are null). Moved both inputs to step `env:` block
   so the shell script reads them as ordinary env vars.

2. Find pattern was `-name control -path "*/debian/*"`, which also matched
   dpkg-build artifacts at `packages/<pkg>/debian/<pkg>/DEBIAN/control` on
   any non-clean checkout. CI's runners are clean so it worked there, but
   the pattern is fragile. Tightened to `-path "*/debian/control" -not
   -path "*/debian/*/DEBIAN/control"`.

Verified locally: 132 amd64 + 2 arm64-eligible = 134 combos, well under
GH Actions' 256 jobs-per-matrix cap.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-17 09:07:21 +02:00
..
build-all-live-usb.yml feat: Add metoblizer, streamlit power management, replace espressobin with mochabin 2026-05-10 18:37:58 +02:00
build-eye-remote.yml feat(remote-ui): Phase 1 — extract common/ shared core (ref #127) 2026-05-14 05:59:40 +02:00
build-image.yml feat(network): Smart auto-IP with ARP collision detection (v1.7.0.2) 2026-04-14 16:28:02 +02:00
build-installer-iso.yml feat(network): Smart auto-IP with ARP collision detection (v1.7.0.2) 2026-04-14 16:28:02 +02:00
build-live-usb.yml feat(ci): Add unified multi-platform live USB workflow 2026-04-11 11:20:46 +02:00
build-multiboot.yml fix(multiboot): Ensure kernel files are properly copied to EFI partition 2026-04-27 19:29:09 +02:00
build-packages.yml ci(build-packages): wire env: for discover inputs + tighten find pattern 2026-05-17 09:07:21 +02:00
build-secubox-cli.yml feat(secubox): complete meta-script generator Tasks 14-17 2026-05-11 05:32:29 +02:00
license-check.yml ci(license): add License Headers workflow (ref #81) 2026-05-12 10:00:54 +02:00
publish-packages.yml fix(ci): Add workflow_call trigger to enable reusable workflows 2026-04-04 10:54:52 +02:00
release.yml feat(ci): Add unified multi-platform live USB workflow 2026-04-11 11:20:46 +02:00
sync-all.yml feat(ci): Unified sync-all workflow + eyemote visual banner 2026-05-10 09:28:00 +02:00