Add Ubuntu 22.10 to setup builds

This commit is contained in:
Veronica Berglyd Olsen
2022-09-14 13:33:09 +02:00
parent c48d415a9d
commit 90fbfc30ad
2 changed files with 21 additions and 0 deletions
+1
View File
@@ -851,6 +851,7 @@ def makeForLaunchpad(doSign=False, isFirst=False, isSnapshot=False):
distLoop = [
("20.04", "focal"),
("22.04", "jammy"),
("22.10", "kinetic"),
]
tStamp = datetime.datetime.now().strftime("%Y%m%d~%H%M%S")