diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-10-29 19:39:44 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-10-29 19:39:44 +0200 |
commit | 0394c517be910f18d51886b633f92082e84da787 (patch) | |
tree | b6106361a756aba3442d1a6c841690a972ba37c8 /packages | |
parent | 75784affbe1d15f8b57b387c8f7df5863f3c17e0 (diff) | |
download | vyos-build-0394c517be910f18d51886b633f92082e84da787.tar.gz vyos-build-0394c517be910f18d51886b633f92082e84da787.zip |
pyhumps: disable arm64 build as Python uses "all" architecture
Diffstat (limited to 'packages')
-rw-r--r-- | packages/pyhumps/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pyhumps/Jenkinsfile b/packages/pyhumps/Jenkinsfile index 94cd4598..bb5345e1 100644 --- a/packages/pyhumps/Jenkinsfile +++ b/packages/pyhumps/Jenkinsfile @@ -27,4 +27,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('owamp', pkgList, null, true, "**/packages/pyhumps/*") +buildPackage('owamp', pkgList, null, false, "**/packages/pyhumps/*") |