diff options
author | Christian Breunig <christian@breunig.cc> | 2023-06-26 21:18:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 21:18:53 +0200 |
commit | 42535513ff2c9ae9451c8cbe4b6bf6c6f74ef254 (patch) | |
tree | 2a605a6b5c21370f83401d9ff8683c48b15463cd /packages | |
parent | a8edbbeeef9ea641fb8b7a525fe8e465bd7162a4 (diff) | |
download | vyos-build-42535513ff2c9ae9451c8cbe4b6bf6c6f74ef254.tar.gz vyos-build-42535513ff2c9ae9451c8cbe4b6bf6c6f74ef254.zip |
openvpn: T5272: fix buildPackage signature
There is no option to build arm64 packages in equuleus
Diffstat (limited to 'packages')
-rw-r--r-- | packages/openvpn/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/openvpn/Jenkinsfile b/packages/openvpn/Jenkinsfile index 52b3e437..56b00b12 100644 --- a/packages/openvpn/Jenkinsfile +++ b/packages/openvpn/Jenkinsfile @@ -27,4 +27,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('openvpn', pkgList, null, true, "**/packages/openvpn/**") +buildPackage('openvpn', pkgList, null, "**/packages/openvpn/**") |