mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add next Ubuntu 23.04 / Lunar lobster (#4625)
This commit is contained in:
@@ -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=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user