mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
build: move solve opt out of duplicate map
This was more error prone, as opposed to the approach used prior to
616fb3e55c
.
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
@ -19,6 +19,8 @@ import (
|
||||
)
|
||||
|
||||
type resolvedNode struct {
|
||||
SolveOpt *client.SolveOpt
|
||||
|
||||
resolver *nodeResolver
|
||||
driverIndex int
|
||||
platforms []specs.Platform
|
||||
|
Reference in New Issue
Block a user