ci: build test images for ubuntu jammy (#1743)

This commit is contained in:
Jonas L 2022-04-09 16:18:12 +02:00 committed by GitHub
parent d2af87d20f
commit 5f4badcdeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 13 deletions

View file

@ -8,7 +8,7 @@ from typing import Iterator, List, Optional, Set
DEFAULT_PACKAGES_FILENAME = "packages.ini"
FORMATS = ("list", "line")
DISTRIBUTIONS = ("buster", "bullseye", "bionic", "focal")
DISTRIBUTIONS = ("buster", "bullseye", "bionic", "focal", "jammy")
SETTINGS_SECTION = "=settings"
DEVELOPMENT_SECTION = "=development"