spiegel-keyman/linux/Jenkinsfile
Eberhard Beilharz a7b073d5ce
chore(linux): Add support for Ubuntu 22.10 "Kinetic Kudu"
And remove builds for outdated Impish.
2022-07-19 16:00:27 +02:00

11 lines
312 B
Groovy

#!groovy
// Copyright (c) 2019-2022 SIL International
// This software is licensed under the MIT license (http://opensource.org/licenses/MIT)
@Library('lsdev-pipeline-library') _
keymanPackaging {
distributionsToPackage = 'bionic focal jammy kinetic'
arches = 'amd64 i386'
packagesToBuild = ['keyman']
}