From 0f8d2aeeead01f8adcefdda72db1a28fe1a1b6ac Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Thu, 9 Jan 2020 19:39:22 +0100 Subject: [PATCH] kernel: add centos8 builds Signed-off-by: Ilya Dryomov --- kernel/config/definitions/kernel.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/config/definitions/kernel.yml b/kernel/config/definitions/kernel.yml index c68de489..9f53c51f 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: centos7, centos6, bionic, xenial, trusty, precise, wheezy, and jessie" - default: "centos7 trusty xenial bionic" + description: "A list of distros to build for. Available options are: centos8, centos7, centos6, bionic, xenial, trusty, precise, wheezy, and jessie" + default: "centos7 centos8 trusty xenial bionic" - string: name: ARCHS @@ -62,6 +62,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if values: - centos6 - centos7 + - centos8 - trusty - xenial - bionic -- 2.39.5