Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDBF-795: Add Fedora 41 (x86_64/Aarch64) #573

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build-fedora-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
platforms: linux/amd64, linux/arm64/v8
nogalera: false

- image: fedora:41
platforms: linux/amd64, linux/arm64/v8
nogalera: true

- image: fedora:40
platforms: linux/amd64
tag: fedora40-valgrind
Expand Down
2 changes: 2 additions & 0 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,12 @@
supportedPlatforms["10.11"] = [
"aarch64-debian-12",
"aarch64-fedora-40",
"aarch64-fedora-41",
"aarch64-ubuntu-2404",
"amd64-debian-12",
"amd64-debian-12-debug-embedded",
"amd64-fedora-40",
"amd64-fedora-41",
"amd64-opensuse-1506",
"amd64-sles-1506",
"amd64-ubuntu-2404",
Expand Down
6 changes: 6 additions & 0 deletions os_info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ fedora-40:
- amd64
- aarch64
type: rpm
fedora-41:
version_name: 41
arch:
- amd64
- aarch64
type: rpm
openeuler-2403:
version_name: 24.03
arch:
Expand Down