summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-03-26 20:16:22 +0100
committerGitHub <noreply@github.com>2021-03-26 20:16:22 +0100
commit5575d05cef42c973652c7e415c171d53bba4ef8d (patch)
tree222e4e73486b73d197c32f26f5c81f19857fe7bb /packages
parent83cd333f3ab5b0dcc33d1ae10bfb76a35a43383c (diff)
downloadvyos-build-5575d05cef42c973652c7e415c171d53bba4ef8d.tar.gz
vyos-build-5575d05cef42c973652c7e415c171d53bba4ef8d.zip
Jenkins: enable arm64 builds
Diffstat (limited to 'packages')
-rw-r--r--packages/netfilter/Jenkinsfile5
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)