diff --git a/builder/node.go b/builder/node.go index f565738d..459dd282 100644 --- a/builder/node.go +++ b/builder/node.go @@ -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