From 27fbeeb6505eb0960b757ae8f47698e9a92d325e Mon Sep 17 00:00:00 2001 From: Diego Herrera Date: Tue, 15 Oct 2024 15:35:03 -0300 Subject: [PATCH] Add profile for EPEL10 Signed-off-by: Diego Herrera --- config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.json b/config.json index 77e56ad..6782cc1 100644 --- a/config.json +++ b/config.json @@ -40,6 +40,10 @@ "epel9": { "profile_name": "centos-stream-9", "compose": "CentOS-Stream-9" + }, + "epel10": { + "profile_name": "centos-stream-10", + "compose": "CentOS-Stream-10" } } }