summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-01-09 21:07:06 +0100
committerChristian Poessinger <christian@poessinger.com>2022-01-09 21:07:06 +0100
commit286cbbba0c9ea39b78c1eda32e801d1c2124cd5e (patch)
treede5b2fdc346c3571b775be303c1323904c98bc2c
parent0f31510e420e69e22da57b8958c64f51c6caf72c (diff)
downloadvyos-build-286cbbba0c9ea39b78c1eda32e801d1c2124cd5e.tar.gz
vyos-build-286cbbba0c9ea39b78c1eda32e801d1c2124cd5e.zip
keepalived: T4128: bugfix - do not build arm64 package
This fixes passing of wrong function arguments introduced in commit dc1fbb8 ("keepalived: do not build arm64 package").
-rw-r--r--packages/keepalived/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/keepalived/Jenkinsfile b/packages/keepalived/Jenkinsfile
index f3c7cba8..18d260cf 100644
--- a/packages/keepalived/Jenkinsfile
+++ b/packages/keepalived/Jenkinsfile
@@ -29,4 +29,4 @@ def pkgList = [
]
// Start package build using library function from https://github.com/vyos/vyos-build
-buildPackage('keepalived', pkgList, null, false, "**/packages/keepalived/*")
+buildPackage('keepalived', pkgList, null, "**/packages/keepalived/*")