build: fix preferred platform not taken account

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
(cherry picked from commit 49b3c0dba5)
pull/1569/head
CrazyMax 2 years ago committed by Tonis Tiigi
parent 481796f84f
commit b5ea79e277
No known key found for this signature in database
GPG Key ID: AFA9DE5F8AB7AF39

@ -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