Merge pull request #15318 from Microsoft/10662-fixmasteragain
Windows: Fix docker/master daemon compile again
This commit is contained in:
commit
a15b676ee1
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ func (graph *Graph) storeImage(img *image.Image, layerData archive.ArchiveReader
|
|||
}
|
||||
}
|
||||
|
||||
if err := graph.saveSize(root, int(img.Size)); err != nil {
|
||||
if err := graph.saveSize(root, img.Size); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue