diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-07 12:46:49 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-07 12:46:49 +0100 |
commit | 5a80789d7097c1f56015b5cb5fdc5b734618db0b (patch) | |
tree | 077f1abe34c6692bb8ea789883b404484638fe4f /Jenkinsfile | |
parent | 96d1c8148bbc3d7fbe6438d34dbd0ceb85fab3ff (diff) | |
download | vyos-1x-5a80789d7097c1f56015b5cb5fdc5b734618db0b.tar.gz vyos-1x-5a80789d7097c1f56015b5cb5fdc5b734618db0b.zip |
Jenkins: enable arm64 builds
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |