Build both RPi 5 and RPi 4/CM4 from single tag

- Make TALOS_VERSION overridable (?=) and extract from git tag
- Workflow builds Pi5 then Pi4 (clean re-checkout for different kernel config)
- Separate installer images: <tag>-rpi5 and <tag>-rpi4
- Separate metal images: metal-arm64-rpi5.raw.zst and metal-arm64-rpi4.raw.zst
- Release includes both platforms with updated notes
- README updated for dual-platform support
This commit is contained in:
Stephen Wheet
2026-03-10 21:20:47 -07:00
parent 3319e2db58
commit c62a8373a2
3 changed files with 149 additions and 62 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PKG_VERSION = v1.11.0
TALOS_VERSION = v1.11.5
TALOS_VERSION ?= v1.11.5
SBCOVERLAY_VERSION = main
PUSH ?= true