From ccc1b1fd3ad42ebf4bc4367787a71610aa8eb325 Mon Sep 17 00:00:00 2001 From: markuszilch Date: Fri, 16 Feb 2024 21:37:53 +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 efff9e5..5b8e3a3 100644 --- a/metadata.json +++ b/metadata.json @@ -36,7 +36,9 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "16.04" + "16.04", + "20.04", + "22.04" ] } ],