Skip to content

Commit

Permalink
Remove Hirsute, add Jammy
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 Jan 31, 2022
1 parent e94802a commit 01c2cae
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 hirsute impish"
UBUNTU_DISTRIBUTIONS="bionic focal impish jammy"
DEBIAN_DISTRIBUTIONS="buster stretch testing"
else
UBUNTU_DISTRIBUTIONS="focal hirsute impish"
UBUNTU_DISTRIBUTIONS="focal impish jammy"
DEBIAN_DISTRIBUTIONS="testing"
fi

Expand Down

0 comments on commit 01c2cae

Please sign in to comment.