execution-strategy:
combination-filter: |
DIST == AVAILABLE_DIST && ARCH == AVAILABLE_ARCH &&
- (ARCH == "x86_64" || (ARCH == "arm64" && ["xenial", "centos7"].contains(DIST)))
+ (ARCH == "x86_64" || (ARCH == "arm64" && ["xenial", "centos7", "centos8"].contains(DIST)))
axes:
- axis:
type: label-expression
- trusty
- xenial
- bionic
- - centos7
- jessie
- precise
- centos6
+ - centos7
+ - centos8
- wheezy
- leap15
- axis:
- string:
name: DISTROS
- description: "A list of distros to build for. Available options are: centos7, centos6, bionic, xenial, trusty, precise, wheezy, and jessie"
- default: "bionic xenial trusty centos7"
+ description: "A list of distros to build for. Available options are: centos8, centos7, centos6, bionic, xenial, trusty, precise, wheezy, and jessie"
+ default: "bionic xenial trusty centos7 centos8"
- string:
name: ARCHS