Skip to content

Commit

Permalink
Remove Ubuntu Impish, add Kinetic
Browse files Browse the repository at this point in the history
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
  • Loading branch information
ivaradi committed Jul 20, 2022
1 parent 2630b3c commit 1b906a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/linux/debian/drone-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ OBS_PROJECT_BETA=home:ivaradi:beta
OBS_PACKAGE=nextcloud-desktop

if test "${DRONE_TARGET_BRANCH}" = "stable-2.6"; then
UBUNTU_DISTRIBUTIONS="bionic focal impish jammy"
UBUNTU_DISTRIBUTIONS="bionic focal jammy kinetic"
DEBIAN_DISTRIBUTIONS="buster stretch testing"
else
UBUNTU_DISTRIBUTIONS="focal impish jammy"
UBUNTU_DISTRIBUTIONS="focal jammy kinetic"
DEBIAN_DISTRIBUTIONS="testing"
fi

Expand Down

0 comments on commit 1b906a8

Please sign in to comment.