Skip to content

Commit

Permalink
MDBF-795: Add Fedora 41 (x86_64/Aarch64)
Browse files Browse the repository at this point in the history
Fedora 41 is including MariaDB 10.11 so
use that as the minimum version.
  • Loading branch information
grooverdan authored and RazvanLiviuVarzaru committed Sep 23, 2024
1 parent 6477da7 commit 64d5aa7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
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

0 comments on commit 64d5aa7

Please sign in to comment.