mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 12:19:25 +00:00
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.
10 lines
272 B
Groovy
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'
|
|
}
|