Add next Ubuntu 23.04 / Lunar lobster (#4625)

This commit is contained in:
Igor Pečovnik
2022-12-30 20:59:35 +01:00
committed by GitHub
parent 6d20fa48ac
commit ff6c515e3f
13 changed files with 20 additions and 13 deletions

View File

@@ -40,7 +40,7 @@ publishing() {
IFS=', ' read -r -a DISTROS <<< "$5"
local errors=0
# publish all, update selected
local distributions=("jessy" "xenial" "stretch" "bionic" "buster" "bullseye" "focal" "hirsute" "impish" "jammy" "kinetic" "sid")
local distributions=("jessy" "xenial" "stretch" "bionic" "buster" "bullseye" "focal" "hirsute" "impish" "jammy" "lunar" "kinetic" "sid")
for release in "${distributions[@]}"; do
local forceoverwrite=""