spiegel-keyman/linux/Jenkinsfile
Eberhard Beilharz dfeb178ee6
chore(linux): Partially undo building on Lunar
While llso/pso don't have a section for Lunar we can't build on
Jenkins nor upload with GHA.
2023-04-27 17:23:59 +02:00

11 lines
305 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 = 'focal jammy kinetic'
arches = 'amd64 i386'
packagesToBuild = ['keyman']
}