From b0b97c0459562be3a917ba90ac34bf43a0192e8c Mon Sep 17 00:00:00 2001 From: markuszilch Date: Sat, 24 Aug 2024 22:48:59 +0200 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 073703e..9ea27af 100644 --- a/metadata.json +++ b/metadata.json @@ -89,7 +89,9 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "18.04" + "18.04", + "20.04", + "22.04" ] } ]