We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6446e21 + a9498a8 commit 8973e69Copy full SHA for 8973e69
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,omitempty"`
+ Platform *Platform `json:"platform,omitempty"`
51
}
52
53
// Index references manifests for various platforms.
0 commit comments