summaryrefslogtreecommitdiffstats
path: root/.github/data
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/data
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/data')
-rw-r--r--.github/data/build-matrix.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/data/build-matrix.json b/.github/data/build-matrix.json
index c50ec0d228..6ceb9fa541 100644
--- a/.github/data/build-matrix.json
+++ b/.github/data/build-matrix.json
@@ -34,8 +34,8 @@
"artifact_key": "centos7"
},
{
- "distro": "centos:8",
- "artifact_key": "centos8",
+ "distro": "rockylinux/rockylinux:8",
+ "artifact_key": "rockylinux8",
"rmjsonc": "dnf remove -y json-c-devel"
},
{