Skip to content

Commit

Permalink
Updated Ubuntu packaging script for 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed May 18, 2022
1 parent 201eb35 commit 753c0e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ubuntu/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ PPA=ppa:chris-needham/ppa
# 20.10 Groovy (obsolete and will not accept new uploads)
# 21.04 Hirsute (obsolete and will not accept new uploads)
# 21.10 Impish
# 22.04 Jammy

declare -a ubuntu_releases=("trusty" "xenial" "bionic" "focal" "impish")
declare -a ubuntu_releases=("trusty" "xenial" "bionic" "focal" "impish" "jammy")

cleanup() {
rm -rf ${SOURCE_DIR}/.git
Expand Down

0 comments on commit 753c0e1

Please sign in to comment.