From: Peter van Dijk Date: Fri, 5 Mar 2021 10:34:20 +0000 (+0100) Subject: gh actions: add centos-8-stream build X-Git-Tag: dnsdist-1.6.0-rc1~10^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e2ef406ad6f21c13f84a83182ec3ed19ceea2c2;p=thirdparty%2Fpdns.git gh actions: add centos-8-stream build --- diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 155343eb63..ce32ad0db0 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -19,6 +19,7 @@ jobs: - centos-7 - ubuntu-bionic - oraclelinux-8 + - centos-8-stream steps: - uses: actions/checkout@v2.3.4 with: