From c57f7fe036f3b114ea9baa2ecaa222952754624b Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 26 Oct 2023 12:03:05 +0200 Subject: [PATCH] Add Ubuntu 20.04/22.04 support --- metadata.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 4f952fd..b2402ee 100644 --- a/metadata.json +++ b/metadata.json @@ -30,7 +30,9 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "18.04" + "18.04", + "20.04", + "22.04" ] }, {