Skip to content

Commit 2720969

Browse files
authored
Update descriptor.go
Signed-off-by: Jason Hall <[email protected]>
1 parent af08f4c commit 2720969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs-go/v1/descriptor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type Descriptor struct {
5252
// Platform describes the platform which the image in the manifest runs on.
5353
type Platform struct {
5454
// Architecture field specifies the CPU architecture, for example
55-
// `amd64` or `ppc64`.
55+
// `amd64` or `ppc64le`.
5656
Architecture string `json:"architecture"`
5757

5858
// OS specifies the operating system, for example `linux` or `windows`.

0 commit comments

Comments
 (0)