Jenkins: enable arm64 builds

This commit is contained in:
Christian Poessinger 2021-03-26 20:15:47 +01:00 committed by GitHub
parent 263af5b899
commit 83cd333f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 VyOS maintainers and contributors
// Copyright (C) 2020-2021 VyOS maintainers and contributors
//
// This program is free software; you can redistribute it and/or modify
// in order to easy exprort images built to "external" world
@ -12,7 +12,6 @@
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
@NonCPS
// Using a version specifier library, use 'current' branch. The underscore (_)
@ -30,4 +29,4 @@ def pkgList = [
]
// Start package build using library function from https://github.com/vyos/vyos-build
buildPackage('iproute2', pkgList)
buildPackage('iproute2', pkgList, none, true)