Update release_pkgs.py to include noble

This commit is contained in:
tinyboxvk 2024-10-30 11:29:04 +00:00 committed by GitHub
parent 0eddb8a615
commit 398c9ea2ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -346,8 +346,8 @@ def parse_args():
)
parser.add_argument(
"--deb-based-releases", default=["bookworm", "bullseye", "buster", "jammy", "impish", "focal", "bionic",
"xenial", "trusty"],
"--deb-based-releases", default=["bookworm", "bullseye", "buster", "noble", "jammy", "impish", "focal",
"bionic", "xenial", "trusty"],
help="list of debian based releases that need to be packaged for"
)