From b3c8771a5361ef5fba6ce3d4d29b0b2e9ae98b09 Mon Sep 17 00:00:00 2001 From: Roberto Valentini Date: Mon, 11 Mar 2024 14:50:36 +0100 Subject: [PATCH] Add AlmaLinux 8 and Centos/Rocky/OracleLinux/AlmaLinux 9 to supported OS --- metadata.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index 30872a9..941e5a8 100644 --- a/metadata.json +++ b/metadata.json @@ -22,7 +22,8 @@ "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { @@ -66,7 +67,8 @@ "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { @@ -80,7 +82,15 @@ { "operatingsystem": "Rocky", "operatingsystemrelease": [ - "8" + "8", + "9" + ] + }, + { + "operatingsystem": "AlmaLinux", + "operatingsystemrelease": [ + "8", + "9" ] }, {