-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Ubuntu Oracular Oriole & Fedora 41
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,10 +35,11 @@ jobs: | |
{ distribution: ubuntu, codename: jammy, description: Ubuntu 22.04 (Jammy Jellyfish) }, | ||
{ distribution: ubuntu, codename: mantic, description: Ubuntu 23.10 (Mantic Minotaur) }, | ||
{ distribution: ubuntu, codename: noble, description: Ubuntu 24.04 (Noble Numbat) }, | ||
{ distribution: debian, codename: buster, description: Debian 10.x (Buster) }, | ||
{ distribution: debian, codename: bullseye, description: Debian 11.x (Bullseye) }, | ||
{ distribution: debian, codename: bookworm, description: Debian 12.x (Bookworm) }, | ||
{ distribution: debian, codename: trixie, description: Debian 13.x (Trixie) }, | ||
{ distribution: ubuntu, codename: oracular, description: Ubuntu 24.10 (Oracular Oriole) }, | ||
{ distribution: debian, codename: buster, description: Debian 10.x (Buster) }, | ||
{ distribution: debian, codename: bullseye, description: Debian 11.x (Bullseye) }, | ||
{ distribution: debian, codename: bookworm, description: Debian 12.x (Bookworm) }, | ||
{ distribution: debian, codename: trixie, description: Debian 13.x (Trixie) } | ||
] | ||
qt_version: [ '5', '6' ] | ||
include: | ||
|
@@ -158,7 +159,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
tag: [ 39, 40 ] | ||
tag: [ 39, 40, 41 ] | ||
qt_version: [ '5', '6' ] | ||
include: | ||
- dist: fedora | ||
|
@@ -198,7 +199,7 @@ jobs: | |
labels: | | ||
maintainer=Hyperion Project <[email protected]> | ||
org.opencontainers.image.vendor=Hyperion Project | ||
org.opencontainers.image.title=${{ matrix.description }} - QT ${{ matrix.qt_version }} | ||
org.opencontainers.image.title=${{ matrix.description }} - QT ${{ matrix.qt_version }} | ||
org.opencontainers.image.description=Compilation environment to build Hyperion for ${{ matrix.description }} ${{ matrix.tag }} | ||
org.opencontainers.image.url=${{ github.server_url }} | ||
org.opencontainers.image.source=${{ github.server_url }}/hyperion.docker-ci | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters