Skip to content

Commit

Permalink
Add correct EOL date for Fedora 39
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Sep 16, 2023
1 parent f4bad28 commit f0a573d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -11,7 +11,7 @@ def pkgs = [
[target: "debian-bookworm", image: "debian:bookworm", arches: ["amd64", "aarch64", "armhf"]], // Debian 12 (Next stable)
[target: "fedora-37", image: "fedora:37", arches: ["amd64", "aarch64"]], // EOL: November 14, 2023
[target: "fedora-38", image: "fedora:38", arches: ["amd64", "aarch64"]], // EOL: May 14, 2024
[target: "fedora-39", image: "fedora:39", arches: ["amd64", "aarch64"]], // EOL: Unknown (beta release as of 2023-09-13)
[target: "fedora-39", image: "fedora:39", arches: ["amd64", "aarch64"]], // EOL: Nov 12, 2024
[target: "raspbian-buster", image: "balenalib/rpi-raspbian:buster", arches: ["armhf"]], // Debian/Raspbian 10 (EOL: 2024)
[target: "raspbian-bullseye", image: "balenalib/rpi-raspbian:bullseye", arches: ["armhf"]], // Debian/Raspbian 11 (stable)
[target: "raspbian-bookworm", image: "balenalib/rpi-raspbian:bookworm", arches: ["armhf"]], // Debian/Raspbian 12 (next stable)
Expand Down

0 comments on commit f0a573d

Please sign in to comment.