Skip to content

Commit

Permalink
Merge pull request #391 from thaJeztah/carry_388_enable_f41_builds
Browse files Browse the repository at this point in the history
[main] feat: build Fedora 41 RPM packages (carry 388)
  • Loading branch information
thaJeztah authored Aug 27, 2024
2 parents c96215d + 768f235 commit 47f2f69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def images = [
[image: "docker.io/library/debian:bookworm", arches: ["amd64", "aarch64", "armhf"]], // Debian 12 (stable)
[image: "docker.io/library/fedora:39", arches: ["amd64", "aarch64"]], // Fedora 39 (EOL: November 12, 2024)
[image: "docker.io/library/fedora:40", arches: ["amd64", "aarch64"]], // Fedora 40 (EOL: May 13, 2025)
[image: "docker.io/library/fedora:41", arches: ["amd64", "aarch64"]], // Fedora 41 (EOL: November, 2025)
[image: "docker.io/library/fedora:rawhide", arches: ["amd64", "aarch64"]], // Rawhide is the name given to the current development version of Fedora
[image: "docker.io/opensuse/leap:15", arches: ["amd64"]],
[image: "docker.io/balenalib/rpi-raspbian:bullseye",arches: ["armhf"]],
Expand Down

0 comments on commit 47f2f69

Please sign in to comment.