Skip to content

Commit a6392d7

Browse files
committed
Updated Ubuntu packaging script
1 parent 5347d49 commit a6392d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ubuntu/package.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ PPA=ppa:chris-needham/ppa
2626
# 20.04 Focal
2727
# 20.10 Groovy (obsolete and will not accept new uploads)
2828
# 21.04 Hirsute (obsolete and will not accept new uploads)
29-
# 21.10 Impish
29+
# 21.10 Impish (obsolete and will not accept new uploads)
3030
# 22.04 Jammy
31-
# 22.10 Kinetic
31+
# 22.10 Kinetic (obsolete and will not accept new uploads)
3232
# 23.04 Lunar
3333

34-
declare -a ubuntu_releases=("trusty" "xenial" "bionic" "focal" "impish" "jammy" "kinetic" "lunar")
34+
declare -a ubuntu_releases=("trusty" "xenial" "bionic" "focal" "jammy" "lunar")
3535

3636
cleanup() {
3737
rm -rf ${SOURCE_DIR}/.git

0 commit comments

Comments
 (0)