mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 01:45:32 +00:00
- **Groovy** is EOL - llso is not yet capable of processing **Impish** packages because of an too old version of reprepro (which currently can't be updated because of an tool old version of the OS). Therefore Jenkins builds for Impish fail, so this change removes Impish from Jenkins builds. We continue to build for Impish on Launchpad.
10 lines
273 B
Groovy
10 lines
273 B
Groovy
#!groovy
|
|
// Copyright (c) 2019-2021 SIL International
|
|
// This software is licensed under the MIT license (http://opensource.org/licenses/MIT)
|
|
|
|
@Library('lsdev-pipeline-library') _
|
|
|
|
keymanPackaging {
|
|
distributionsToPackage = 'bionic focal hirsute'
|
|
arches = 'amd64 i386'
|
|
}
|