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 6370cef commit 15740ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -158,7 +159,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tag: [ 39, 40 ]
tag: [ 39, 40, 41 ]
qt_version: [ '5', '6' ]
include:
- dist: fedora
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fedora
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ else \
fi

# install general deps
RUN dnf -y groupinstall 'Development Tools' 'C Development Tools and Libraries' 'RPM Development Tools' && \
RUN dnf -y group install 'development-tools' 'c-development' 'rpm-development-tools' && \
$DNF_INSTALL \
ninja-build \
curl \
Expand Down

0 comments on commit 15740ba

Please sign in to comment.