mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
when no archs for pkg to build, should continue rather than return, or it misses other packages
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
b56a0df58d
commit
9218f2577d
@ -163,7 +163,7 @@ func pkgBuildPush(args []string, withPush bool) {
|
|||||||
// note that this is *not* an error; we simply skip it
|
// note that this is *not* an error; we simply skip it
|
||||||
if len(pkgPlats) == 0 {
|
if len(pkgPlats) == 0 {
|
||||||
fmt.Printf("Skipping %s with no architectures to build\n", p.Tag())
|
fmt.Printf("Skipping %s with no architectures to build\n", p.Tag())
|
||||||
return
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
pkgOpts = append(pkgOpts, pkglib.WithBuildPlatforms(pkgPlats...))
|
pkgOpts = append(pkgOpts, pkglib.WithBuildPlatforms(pkgPlats...))
|
||||||
|
Loading…
Reference in New Issue
Block a user