summaryrefslogtreecommitdiffstats
path: root/.github/scripts
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-02-01 06:55:42 -0500
committerGitHub <noreply@github.com>2022-02-01 06:55:42 -0500
commit8d1aac7a15466fdc9f9b466ecd2f05be9ea5b822 (patch)
tree01222ccb6bad394f89e04b1e1e8eada33973b865 /.github/scripts
parent5671a0c6359b643c4c725e167ae2702d9292e0fd (diff)
Replace CentOS 8 with RockyLinux 8 in CI and package builds. (#11801)
* Switch to using Rocky Linux 8 for RHEL 8 package builds. * Switch to RockyLinux 8 for RHEL 8-equivalent CI tests. * Fix handling of Rocky Linux.
Diffstat (limited to '.github/scripts')
-rwxr-xr-x.github/scripts/pkg-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/scripts/pkg-test.sh b/.github/scripts/pkg-test.sh
index 196fefa999..148ecd6297 100755
--- a/.github/scripts/pkg-test.sh
+++ b/.github/scripts/pkg-test.sh
@@ -101,7 +101,7 @@ case "${DISTRO}" in
fedora | oraclelinux)
install_fedora_like
;;
- centos)
+ centos | rockylinux)
install_centos
;;
opensuse)