Skip to content

Commit

Permalink
Add fedora 40 (not released yet).
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Geissler <[email protected]>
  • Loading branch information
Romain-Geissler-1A committed Oct 18, 2023
1 parent 83262d6 commit 13ee0f5
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 @@ -20,6 +20,7 @@ def images = [
[image: "docker.io/library/fedora:37", arches: ["amd64", "aarch64"]], // Fedora 37 (EOL: November 14, 2023)
[image: "docker.io/library/fedora:38", arches: ["amd64", "aarch64"]], // Fedora 38 (EOL: May 14, 2024)
[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: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:buster", arches: ["armhf"]],
Expand Down

0 comments on commit 13ee0f5

Please sign in to comment.