spiegel-keyman/linux/Jenkinsfile
Eberhard Beilharz df3ce86743
chore(linux): Remove support Xenial
Official support for Ubuntu 16.04 Xenial ends in April 2021. This
change removes Xenial from the list of dists to build since several
packages are not available in the versions we need.
2021-01-07 17:41:01 +01:00

10 lines
272 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 groovy'
arches = 'amd64 i386'
}