From d3b8d4198b6595f23b5859d43dc8fc701f97429b Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 10 Feb 2023 14:26:44 +1100 Subject: Add CentOS 7 test targets. --- .github/workflows/selfhosted.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 50bc9fff..d067e48f 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -21,6 +21,7 @@ jobs: matrix: target: - alpine + - centos7 - debian-i386 - dfly30 - dfly48 @@ -51,6 +52,7 @@ jobs: include: # Then we include extra libvirt test configs. - { target: aix51, config: default, host: libvirt } + - { target: centos7, config: pam, host: libvirt } - { target: debian-i386, config: pam, host: libvirt } - { target: dfly30, config: without-openssl, host: libvirt} - { target: dfly48, config: pam ,host: libvirt } -- cgit v1.2.1