aboutsummaryrefslogtreecommitdiff
path: root/scripts/build-release
Commit message (Collapse)AuthorAgeFilesLines
* Add build-release script for ISO build and distributionCraig Jennings2026-01-191-0/+346
Automates the full release workflow: 1. Build ISO (via build.sh) 2. Sanity test (boot in QEMU, manual verification) 3. Distribute to multiple targets: - ~/Downloads/isos (always) - truenas.local:/mnt/vault/isos (if reachable) - ARCHZFS labeled USB drive (detected via blkid, writes via dd) - Ventoy USB drive (detected by label or ventoy/ directory) Options: --skip-build Distribute existing ISO without rebuilding --skip-test Skip the QEMU sanity test