spiegel-keyman/linux/Jenkinsfile
Eberhard Beilharz 38821fd395
chore(linux): Remove Groovy builds
**Groovy** is end-of-life.

(cherry picked from commit 219e304d7b)
2021-07-28 09:11:05 +02:00

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