mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
Merge pull request #31 from tonistiigi/platforms-fixes
fixes for managing platforms
This commit is contained in:
@ -62,7 +62,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