Merge pull request #31 from tonistiigi/platforms-fixes

fixes for managing platforms
This commit is contained in:
Tibor Vass
2019-04-18 20:11:28 -07:00
committed by GitHub
10 changed files with 153 additions and 48 deletions

View File

@ -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
}