vpp: T1797: do not build for arm64

This commit is contained in:
Christian Breunig 2023-06-20 19:49:06 +02:00 committed by GitHub
parent 14a6e4d848
commit 2e39bce188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,4 +30,4 @@ def pkgList = [
]
// Start package build using library function from https://github.com/vyos/vyos-build
buildPackage("${package_name}", pkgList, null, true, "**/packages/${package_name}/**")
buildPackage("${package_name}", pkgList, null, false, "**/packages/${package_name}/**")