TUN-6323: Add Xenial and Trusty for Ubuntu pkging

- Adds Xenial and Trusty Ubuntu releases to pkging
This commit is contained in:
Sudarsan Reddy 2022-06-01 15:04:44 +01:00
parent 73d948bc32
commit d714a62bd3
1 changed files with 2 additions and 1 deletions

View File

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