We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5347d49 commit a6392d7Copy full SHA for a6392d7
ubuntu/package.sh
@@ -26,12 +26,12 @@ PPA=ppa:chris-needham/ppa
26
# 20.04 Focal
27
# 20.10 Groovy (obsolete and will not accept new uploads)
28
# 21.04 Hirsute (obsolete and will not accept new uploads)
29
-# 21.10 Impish
+# 21.10 Impish (obsolete and will not accept new uploads)
30
# 22.04 Jammy
31
-# 22.10 Kinetic
+# 22.10 Kinetic (obsolete and will not accept new uploads)
32
# 23.04 Lunar
33
34
-declare -a ubuntu_releases=("trusty" "xenial" "bionic" "focal" "impish" "jammy" "kinetic" "lunar")
+declare -a ubuntu_releases=("trusty" "xenial" "bionic" "focal" "jammy" "lunar")
35
36
cleanup() {
37
rm -rf ${SOURCE_DIR}/.git
0 commit comments