spiegel-keyman/linux/Jenkinsfile
Eberhard Beilharz 8420b64609
chore(linux): Add support for Ubuntu 21.04 (hirsute)
Closes #5021.

(cherry picked from commit 3ef4b99406)
2021-05-06 15:03:33 +02:00

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