From 8e2ef406ad6f21c13f84a83182ec3ed19ceea2c2 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 5 Mar 2021 11:34:20 +0100 Subject: [PATCH] gh actions: add centos-8-stream build --- .github/workflows/builder.yml | 1 + 1 file changed, 1 insertion(+) 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: -- 2.47.2