From 75311b9e52652b95db3164a997bba50f30ba8fd4 Mon Sep 17 00:00:00 2001 From: markuszilch Date: Thu, 15 Feb 2024 21:55:27 +0100 Subject: [PATCH] add ubuntu 20.04 and 22.04 support --- metadata.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 1b26873..312d2c8 100644 --- a/metadata.json +++ b/metadata.json @@ -34,7 +34,9 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "18.04" + "18.04", + "20.04", + "22.04" ] }, {