File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ We also perform weekly tests under Fedora.
2020The 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
2525Each Action is scheduled to run automaticaly on the 1<sup >st</sup > of the month at 3am.
2626This 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
Original file line number Diff line number Diff line change 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
44RUN \
55 dnf clean all && \
Original file line number Diff line number Diff line change 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
44RUN \
55 dnf clean all && \
You can’t perform that action at this time.
0 commit comments