mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Merge pull request #4758 from ivaradi/impish_kinetic
Remove Ubuntu Impish, add Kinetic
This commit is contained in:
commit
384530aaf2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue