From 9dea95e613a1c7e5e323bf89d206e04178c0851c Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Wed, 11 Jun 2025 11:27:40 +0200 Subject: [PATCH] kernel: stop building for trusty, xenial and bionic These are too old and kernel packages are no longer needed. Signed-off-by: Ilya Dryomov --- kernel/config/definitions/kernel.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/kernel/config/definitions/kernel.yml b/kernel/config/definitions/kernel.yml index c97515a8..f6303ae4 100644 --- a/kernel/config/definitions/kernel.yml +++ b/kernel/config/definitions/kernel.yml @@ -16,8 +16,8 @@ - string: name: DISTROS - description: "A list of distros to build for. Available options are: centos9, jammy, focal, bionic, xenial, and trusty" - default: "centos9 trusty xenial bionic focal jammy" + description: "A list of distros to build for. Available options are: centos9, jammy and focal" + default: "centos9 focal jammy" - string: name: ARCHS @@ -60,9 +60,6 @@ If this is checked, then the binaries will be built and pushed to chacra even if name: AVAILABLE_DIST values: - centos9 - - trusty - - xenial - - bionic - focal - jammy - axis: -- 2.39.5