mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-17 21:27:40 +00:00
Merge pull request #5502 from keymanapp/chore/linux/dists
chore(linux): Remove Groovy and Impish builds
This commit is contained in:
commit
fc2d0ccd4d
2 changed files with 2 additions and 2 deletions
2
linux/Jenkinsfile
vendored
2
linux/Jenkinsfile
vendored
|
|
@ -5,6 +5,6 @@
|
|||
@Library('lsdev-pipeline-library') _
|
||||
|
||||
keymanPackaging {
|
||||
distributionsToPackage = 'bionic focal groovy hirsute impish'
|
||||
distributionsToPackage = 'bionic focal hirsute'
|
||||
arches = 'amd64 i386'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue