From 1855757a359eb6855121f37ff6d52e95c54f7e30 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 20 Aug 2026 11:12:19 +0200 Subject: [PATCH] Add EL 10 support --- metadata.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index ee38671f..c460e038 100644 --- a/metadata.json +++ b/metadata.json @@ -47,14 +47,16 @@ "operatingsystem": "RedHat", "operatingsystemrelease": [ "8", - "9" + "9", + "10" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "8", - "9" + "9", + "10" ] }, { @@ -67,7 +69,8 @@ "operatingsystem": "AlmaLinux", "operatingsystemrelease": [ "8", - "9" + "9", + "10" ] }, {