From 5a80789d7097c1f56015b5cb5fdc5b734618db0b Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 7 Feb 2021 12:46:49 +0100 Subject: Jenkins: enable arm64 builds --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index 7a760b40b..87b5f7b8c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,4 +21,4 @@ @Library('vyos-build@current')_ // Start package build using library function from https://github.com/c-po/vyos-build -buildPackage() +buildPackage(null, null, null, true) -- cgit v1.2.3