Skip to content

Commit f0f664c

Browse files
MDBF-1207: Build Fedora 44 container environments
Official release on 28.04.2026 as per: https://fedorapeople.org/groups/schedule/f-44/f-44-all-tasks.html
1 parent 6fa465c commit f0f664c

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/build-fedora-based.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
platforms: linux/amd64, linux/arm64/v8
3939
nogalera: false
4040

41+
- image: fedora:44
42+
platforms: linux/amd64, linux/arm64/v8
43+
nogalera: True
44+
4145
- image: fedora:40
4246
platforms: linux/amd64
4347
tag: fedora40-valgrind

.github/workflows/build-srpm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
tag: fedora43-srpm
3939
platforms: linux/amd64, linux/arm64/v8
4040

41+
- dockerfile: srpm.Dockerfile
42+
image: fedora:44
43+
tag: fedora44-srpm
44+
platforms: linux/amd64, linux/arm64/v8
45+
4146
- dockerfile: srpm.Dockerfile
4247
image: registry.access.redhat.com/ubi7
4348
tag: rhel7-srpm

0 commit comments

Comments
 (0)