1 @Library('ubports-build-tools') _
3 buildAndProvideDebianPackage()
5 // Or if the package consists entirely of arch-independent packages:
6 // (optional optimization, will confuse BlueOcean's live view at build stage)
7 // buildAndProvideDebianPackage(/* isArchIndependent */ true)
9 // Optionally, to skip building on some architectures (amd64 is always built):
10 // buildAndProvideDebianPackage(false, /* ignoredArchs */ ['arm64'])