Skip to content

Commit

Permalink
Add Ubuntu Oracular Oriole & Fedora 41
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Grey committed Nov 17, 2024
1 parent 4bf3760 commit 1243bea
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ jobs:
{ distribution: ubuntu, codename: focal, description: Ubuntu 20.04 (Focal Fossa), qt_version: '5' }, # Qt 6 not available
{ distribution: ubuntu, codename: jammy, description: Ubuntu 22.04 (Jammy Jellyfish), qt_version: '6' },
{ distribution: ubuntu, codename: noble, description: Ubuntu 24.04 (Noble Numbat), qt_version: '6' },
{ distribution: debian, codename: buster, description: Debian 10.x (Buster), qt_version: '5' }, # Qt 6 not available
{ distribution: debian, codename: bullseye, description: Debian 11.x (Bullseye), qt_version: '5' }, # Qt 6 only available from bullseye-backports
{ distribution: debian, codename: bookworm, description: Debian 12.x (Bookworm), qt_version: '6' },
{ distribution: debian, codename: trixie, description: Debian 13.x (Trixie), qt_version: '6' }
{ distribution: ubuntu, codename: oracular, description: Ubuntu 24.10 (Oracular Oriole), qt_version: '6' },
{ distribution: debian, codename: buster, description: Debian 10.x (Buster), qt_version: '5' }, # Qt 6 not available
{ distribution: debian, codename: bullseye, description: Debian 11.x (Bullseye), qt_version: '5' }, # Qt 6 only available from bullseye-backports
{ distribution: debian, codename: bookworm, description: Debian 12.x (Bookworm), qt_version: '6' },
{ distribution: debian, codename: trixie, description: Debian 13.x (Trixie), qt_version: '6' }
]
architecture: [
[ amd64, linux/amd64 ],
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
matrix:
os: [
{ distribution: Fedora, version: 39 },
{ distribution: Fedora, version: 40 }
{ distribution: Fedora, version: 40 },
{ distribution: Fedora, version: 41 }
]
architecture: [
[ amd64, linux/amd64 ]
Expand Down
8 changes: 8 additions & 0 deletions debian/distributions
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ Components: main
Description: Official APT Repository by Hyperion Project
SignWith: yes

Origin: Hyperion-Project
Label: releases.hyperion-project.org
Codename: oracular
Architectures: amd64 armhf arm64
Components: main
Description: Official APT Repository by Hyperion Project
SignWith: yes

Origin: Hyperion-Project
Label: releases.hyperion-project.org
Suite: oldoldstable
Expand Down

0 comments on commit 1243bea

Please sign in to comment.