diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-26 20:16:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 20:16:22 +0100 |
commit | 5575d05cef42c973652c7e415c171d53bba4ef8d (patch) | |
tree | 222e4e73486b73d197c32f26f5c81f19857fe7bb /packages/netfilter | |
parent | 83cd333f3ab5b0dcc33d1ae10bfb76a35a43383c (diff) | |
download | vyos-build-5575d05cef42c973652c7e415c171d53bba4ef8d.tar.gz vyos-build-5575d05cef42c973652c7e415c171d53bba4ef8d.zip |
Jenkins: enable arm64 builds
Diffstat (limited to 'packages/netfilter')
-rw-r--r-- | packages/netfilter/Jenkinsfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/netfilter/Jenkinsfile b/packages/netfilter/Jenkinsfile index 60df1318..4d53f949 100644 --- a/packages/netfilter/Jenkinsfile +++ b/packages/netfilter/Jenkinsfile @@ -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 (_) @@ -49,4 +48,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/c-po/vyos-build -buildPackage('Netfilter', pkgList) +buildPackage('Netfilter', pkgList, null, true) |