Merge branch 'Arsen6331:master' into patch-2
This commit is contained in:
commit
fb7eeff100
4
build.go
4
build.go
@ -239,6 +239,10 @@ func buildPackage(ctx context.Context, script string, mgr manager.Manager) ([]st
|
||||
|
||||
setScripts(&vars, pkgInfo, filepath.Dir(script))
|
||||
|
||||
if slices.Contains(vars.Architectures, "all") {
|
||||
pkgInfo.Arch = "all"
|
||||
}
|
||||
|
||||
if pkgInfo.Arch == "arm" {
|
||||
pkgInfo.Arch = checkARMVariant()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user