Skip to content

Commit 06c478b

Browse files
Copilotflatcap
andauthored
Update Fedora builds: Remove F41, update F43, add F44 (rawhide)
Co-authored-by: Richard Russon <[email protected]>
1 parent 7b1ced7 commit 06c478b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/fedora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
paths:
66
- '.github/workflows/fedora.yml'
7-
- 'fedora.41/Dockerfile'
87
- 'fedora.42/Dockerfile'
98
- 'fedora.43/Dockerfile'
9+
- 'fedora.44/Dockerfile'
1010
schedule:
1111
- cron: '0 3 1 * *'
1212
# 1st of the month at 03:00
@@ -18,9 +18,9 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
cfg:
21-
- version: 41
2221
- version: 42
2322
- version: 43
23+
- version: 44
2424

2525
name: Build Fedora ${{ matrix.cfg.version }}
2626
runs-on: ubuntu-latest

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We also perform weekly tests under Fedora.
2020
The images are built by more GitHub Actions:
2121

2222
- [ubuntu.yml](.github/workflows/ubuntu.yml) -- Ubuntu 24.04
23-
- [fedora.yml](.github/workflows/fedora.yml) -- Fedora 41, 42, 43 (rawhide)
23+
- [fedora.yml](.github/workflows/fedora.yml) -- Fedora 42, 43, 44 (rawhide)
2424

2525
Each Action is scheduled to run automaticaly on the 1<sup>st</sup> of the month at 3am.
2626
This will ensure we have up-to-date packages for every environment.
@@ -30,7 +30,7 @@ The builds are defined by Dockerfiles:
3030
| Dockerfile | Description |
3131
| :------------------------------------------------- | :------------------ |
3232
| [ubuntu.24.04/Dockerfile](ubuntu.24.04/Dockerfile) | Ubuntu 24.04 |
33-
| [fedora.41/Dockerfile](fedora.41/Dockerfile) | Fedora 41 |
3433
| [fedora.42/Dockerfile](fedora.42/Dockerfile) | Fedora 42 |
35-
| [fedora.43/Dockerfile](fedora.43/Dockerfile) | Fedora 43 (rawhide) |
34+
| [fedora.43/Dockerfile](fedora.43/Dockerfile) | Fedora 43 |
35+
| [fedora.44/Dockerfile](fedora.44/Dockerfile) | Fedora 44 (rawhide) |
3636

fedora.43/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Create a NeoMutt development environment based on Fedora 43 (rawhide)
2-
FROM fedora:rawhide
1+
# Create a NeoMutt development environment based on Fedora 43
2+
FROM fedora:43
33

44
RUN \
55
dnf clean all && \
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Create a NeoMutt development environment based on Fedora 41
2-
FROM fedora:41
1+
# Create a NeoMutt development environment based on Fedora 44 (rawhide)
2+
FROM fedora:rawhide
33

44
RUN \
55
dnf clean all && \

0 commit comments

Comments
 (0)