Merge pull request #5502 from keymanapp/chore/linux/dists

chore(linux): Remove Groovy and Impish builds
This commit is contained in:
Eberhard Beilharz 2021-07-28 09:44:28 +02:00 committed by GitHub
commit fc2d0ccd4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
linux/Jenkinsfile vendored
View file

@ -5,6 +5,6 @@
@Library('lsdev-pipeline-library') _
keymanPackaging {
distributionsToPackage = 'bionic focal groovy hirsute impish'
distributionsToPackage = 'bionic focal hirsute'
arches = 'amd64 i386'
}

View file

@ -40,7 +40,7 @@ echo "ppa: ${ppa}"
if [ "${DIST}" != "" ]; then
distributions="${DIST}"
else
distributions="bionic focal groovy hirsute impish"
distributions="bionic focal hirsute impish"
fi
if [ "${PACKAGEVERSION}" != "" ]; then