Remove Ubuntu 21.04 release and add 22.04 (#987)

This commit is contained in:
Veronica Berglyd Olsen
2022-02-06 23:47:37 +01:00
committed by GitHub
parent 7f320d23ca
commit 67c94314ed
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -788,8 +788,8 @@ def makeForLaunchpad(doSign=False, isFirst=False, isSnapshot=False):
distLoop = [
("18.04", "bionic"),
("20.04", "focal"),
("21.04", "hirsute"),
("21.10", "impish"),
("22.04", "jammy"),
]
tStamp = datetime.datetime.now().strftime("%Y%m%d~%H%M%S")