diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-03-02 11:52:21 +0100 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-04-14 15:11:45 +0200 |
commit | 836e6fc49e2094b02d2b8a714c91465c376deb31 (patch) | |
tree | 46f527b150d4d405e6a0bdd824888b0c5727b22c | |
parent | d6d36322e71c29c9cd8b8619ce55f32aedaf1ae4 (diff) | |
download | ansible-netdata_straight-836e6fc49e2094b02d2b8a714c91465c376deb31.tar.gz ansible-netdata_straight-836e6fc49e2094b02d2b8a714c91465c376deb31.tar.zst ansible-netdata_straight-836e6fc49e2094b02d2b8a714c91465c376deb31.zip |
ci: add redhat based
-rw-r--r-- | .github/workflows/pr.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 42a6a4e..dfd5489 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml | |||
@@ -17,6 +17,8 @@ jobs: | |||
17 | - ubuntu:18.04 | 17 | - ubuntu:18.04 |
18 | - ubuntu:20.04 | 18 | - ubuntu:20.04 |
19 | - debian:10 | 19 | - debian:10 |
20 | - centos:8 | ||
21 | - fedora:latest | ||
20 | netdata-installer: | 22 | netdata-installer: |
21 | - kickstart | 23 | - kickstart |
22 | - kickstart-static64 | 24 | - kickstart-static64 |