Skip to content
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 @@ -38,6 +38,10 @@ jobs:
platforms: linux/amd64, linux/arm64/v8
nogalera: false

- image: fedora:44
platforms: linux/amd64, linux/arm64/v8
nogalera: True

- image: fedora:40
platforms: linux/amd64
tag: fedora40-valgrind
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build-srpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
tag: fedora43-srpm
platforms: linux/amd64, linux/arm64/v8

- dockerfile: srpm.Dockerfile
image: fedora:44
tag: fedora44-srpm
platforms: linux/amd64, linux/arm64/v8

- dockerfile: srpm.Dockerfile
image: registry.access.redhat.com/ubi7
tag: rhel7-srpm
Expand Down