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