From 7b0bb9fd7363a5cf91f15b7c8a78cd234e20f93b Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Mon, 24 Jul 2023 14:47:35 +0800 Subject: [PATCH] kernel: enable the centos9 build commit 4b61a221e4e2f53dc7df3137fc34f418c3f3b879 just forgot to enable it after adding centos9. Signed-off-by: Xiubo Li --- kernel/config/definitions/kernel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/config/definitions/kernel.yml b/kernel/config/definitions/kernel.yml index 427ab111..c2a253c8 100644 --- a/kernel/config/definitions/kernel.yml +++ b/kernel/config/definitions/kernel.yml @@ -17,7 +17,7 @@ - string: name: DISTROS description: "A list of distros to build for. Available options are: centos9, centos8, jammy, focal, bionic, xenial, and trusty" - default: "centos8 trusty xenial bionic focal jammy" + default: "centos9 centos8 trusty xenial bionic focal jammy" - string: name: ARCHS -- 2.39.5