From f0a573d7ab8bdc9f092a2d08cf37ee8a4bfd401b Mon Sep 17 00:00:00 2001 From: Robert Sturla Date: Sat, 16 Sep 2023 10:42:39 +0100 Subject: [PATCH] Add correct EOL date for Fedora 39 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 887f1a56e3..3df8b7d210 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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)