Add Ubuntu 26.04 "Resolute" as a supported base image track alongside the existing Noble (24.04) and Jammy (22.04) tracks.

Changes:

main.yml: add resolute-* tag prefix → ubuntu:26.04 mapping
scheduled-build.yml: add Resolute matrix entry to weekly security rebuild
prepare.sh: handle DEB822 .sources format (used by Ubuntu 24.04+) alongside legacy sources.list for universe/multiverse activation
README.md: update component table to reflect multi-track support
This commit is contained in:
Houssem eXo
2026-05-18 13:44:07 -07:00
committed by Jeshua Ben Joseph
parent f5be954731
commit 8128153b6f
4 changed files with 22 additions and 6 deletions
+2
View File
@@ -19,6 +19,8 @@ jobs:
fail-fast: false
matrix:
include:
- ubuntu_codename: resolute
base_image: ubuntu:26.04
- ubuntu_codename: noble
base_image: ubuntu:24.04
- ubuntu_codename: jammy