We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af08f4c commit 2720969Copy full SHA for 2720969
specs-go/v1/descriptor.go
@@ -52,7 +52,7 @@ type Descriptor struct {
52
// Platform describes the platform which the image in the manifest runs on.
53
type Platform struct {
54
// Architecture field specifies the CPU architecture, for example
55
- // `amd64` or `ppc64`.
+ // `amd64` or `ppc64le`.
56
Architecture string `json:"architecture"`
57
58
// OS specifies the operating system, for example `linux` or `windows`.
0 commit comments