mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 09:55:32 +00:00
- remove Ubuntu 22.10 Kinetic which is no longer supported - add future Ubuntu 23.10 Mantic
11 lines
310 B
Groovy
11 lines
310 B
Groovy
#!groovy
|
|
// Copyright (c) 2019-2023 SIL International
|
|
// This software is licensed under the MIT license (http://opensource.org/licenses/MIT)
|
|
|
|
@Library('lsdev-pipeline-library') _
|
|
|
|
keymanPackaging {
|
|
distributionsToPackage = 'focal jammy lunar mantic'
|
|
arches = 'amd64 i386'
|
|
packagesToBuild = ['keyman']
|
|
}
|