debians: Update Debian/Ubuntu versions

This commit is contained in:
Johan Gunnarsson 2024-05-05 21:09:22 +00:00
parent 0b354a246d
commit fb6dfb993d
2 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,4 @@ ubuntu,mantic,armhf,"Ubuntu 23.10 (""mantic"")",False
ubuntu,mantic,arm64,"Ubuntu 23.10 (""mantic"")",False
ubuntu,noble,armhf,"Ubuntu 24.04 LTS (""noble"")",False
ubuntu,noble,arm64,"Ubuntu 24.04 LTS (""noble"")",False
ubuntu,oracular,arm64,"Ubuntu 24.10 (""oracular"")",True

1 OS Dist Arch Name Exp
17 ubuntu mantic arm64 Ubuntu 23.10 ("mantic") False
18 ubuntu noble armhf Ubuntu 24.04 LTS ("noble") False
19 ubuntu noble arm64 Ubuntu 24.04 LTS ("noble") False
20 ubuntu oracular arm64 Ubuntu 24.10 ("oracular") True

View File

@ -17,3 +17,5 @@ ubuntu,mantic,i386,"Ubuntu 23.10 (""mantic"")",False
ubuntu,mantic,amd64,"Ubuntu 23.10 (""mantic"")",False
ubuntu,noble,i386,"Ubuntu 24.04 LTS (""noble"")",False
ubuntu,noble,amd64,"Ubuntu 24.04 LTS (""noble"")",False
ubuntu,oracular,i386,"Ubuntu 24.10 (""oracular"")",True
ubuntu,oracular,amd64,"Ubuntu 24.10 (""oracular"")",True

1 OS Dist Arch Name Exp
17 ubuntu mantic amd64 Ubuntu 23.10 ("mantic") False
18 ubuntu noble i386 Ubuntu 24.04 LTS ("noble") False
19 ubuntu noble amd64 Ubuntu 24.04 LTS ("noble") False
20 ubuntu oracular i386 Ubuntu 24.10 ("oracular") True
21 ubuntu oracular amd64 Ubuntu 24.10 ("oracular") True