Enable Ubuntu 26.04 LTS (Resolute) in release builds

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
nyanmisaka
2026-04-25 21:48:38 +08:00
parent d58d7cf30a
commit 09157f8c5c
+3 -2
View File
@@ -22,7 +22,7 @@ jobs:
uses: ./.github/workflows/_meta.yaml
with:
distro: 'ubuntu'
codenames: '["jammy", "noble"]'
codenames: '["jammy", "noble", "resolute"]'
architectures: '["amd64", "arm64"]'
release: true
secrets:
@@ -86,7 +86,8 @@ jobs:
{distro: 'debian', codename: 'bookworm'},
{distro: 'debian', codename: 'trixie'},
{distro: 'ubuntu', codename: 'jammy'},
{distro: 'ubuntu', codename: 'noble'}
{distro: 'ubuntu', codename: 'noble'},
{distro: 'ubuntu', codename: 'resolute'}
]
steps:
- name: Import packages into reprepro