From d4423121a182388c0e8ed3354156a262a5d8b8c7 Mon Sep 17 00:00:00 2001 From: Markus Hilger Date: Sun, 11 Feb 2024 22:35:56 +0100 Subject: [PATCH] Add Ubuntu Jammy (22.04) build support --- build-ubunturepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-ubunturepo b/build-ubunturepo index dd30b3a9f8..035e9d5b1e 100755 --- a/build-ubunturepo +++ b/build-ubunturepo @@ -105,7 +105,7 @@ for package in ${packages[@]}; do done # Supported distributions -dists="saucy trusty utopic xenial bionic focal" +dists="saucy trusty utopic xenial bionic focal jammy" c_flag= # xcat-core (trunk-delvel) path d_flag= # xcat-dep (trunk) path