We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa4c9fb + 9548f7d commit a3500d5Copy full SHA for a3500d5
specs-go/v1/index.go
@@ -47,7 +47,7 @@ type ManifestDescriptor struct {
47
Descriptor
48
49
// Platform describes the platform which the image in the manifest runs on.
50
- Platform Platform `json:"platform"`
+ Platform Platform `json:"platform,omitempty"`
51
}
52
53
// Index references manifests for various platforms.
0 commit comments