mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
commands: add platforms dedupe
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
@ -59,7 +59,7 @@ type Inputs struct {
|
||||
type DriverInfo struct {
|
||||
Driver driver.Driver
|
||||
Name string
|
||||
Platform []string // TODO: specs.Platform
|
||||
Platform []specs.Platform
|
||||
Err error
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user