Merge pull request #1561 from crazy-max/fix-preferred-platform

build: fix preferred platform not taken into account
pull/1568/head
CrazyMax 2 years ago committed by GitHub
commit eacecf657c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,6 +62,7 @@ func (b *Builder) LoadNodes(ctx context.Context, withData bool) (_ []Node, err e
node := Node{
Node: n,
ProxyConfig: storeutil.GetProxyConfig(b.opts.dockerCli),
Platforms: n.Platforms,
}
defer func() {
b.nodes[i] = node

Loading…
Cancel
Save