From 768f235bbfeafceb44b435276e2e980130cc80e8 Mon Sep 17 00:00:00 2001 From: Robert Sturla Date: Tue, 27 Aug 2024 01:25:53 +0100 Subject: [PATCH] feat: build Fedora 41 RPM packages Signed-off-by: Robert Sturla --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 46b28d0b..ef3841c1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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"]],