Skip to content

Commit

Permalink
Merge pull request #625 from vishvananda/master
Browse files Browse the repository at this point in the history
Make the Platform field actually optional.
  • Loading branch information
stevvooe authored Apr 3, 2017
2 parents 6446e21 + a9498a8 commit 8973e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs-go/v1/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type ManifestDescriptor struct {
Descriptor

// Platform describes the platform which the image in the manifest runs on.
Platform Platform `json:"platform,omitempty"`
Platform *Platform `json:"platform,omitempty"`
}

// Index references manifests for various platforms.
Expand Down

0 comments on commit 8973e69

Please sign in to comment.