From 9383f32e776f98419e555496e12fa62c1cfb470d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 7 Feb 2025 12:01:04 +0000 Subject: [PATCH] jenkins: Drop building for Ubuntu 24.04 This version does not have a recent enough version of cURL and therefore, the build fails. I don't think we need to support anything old here that does not support WebSockets. Signed-off-by: Michael Tremer --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d69b1597..c66e471d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,8 +16,7 @@ pipeline { "debian:bookworm-backports", \ "fedora:latest", \ "fedora:rawhide", \ - "ubuntu:24.10", \ - "ubuntu:24.04" + "ubuntu:24.10" } axis { -- 2.39.5