From 272096910dcc42f1630209ae7ddaa64fe2b7557b Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 26 Apr 2023 21:38:53 -0400 Subject: [PATCH] Update descriptor.go Signed-off-by: Jason Hall --- specs-go/v1/descriptor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs-go/v1/descriptor.go b/specs-go/v1/descriptor.go index 9654aa5af..5f1fdfd69 100644 --- a/specs-go/v1/descriptor.go +++ b/specs-go/v1/descriptor.go @@ -52,7 +52,7 @@ type Descriptor struct { // Platform describes the platform which the image in the manifest runs on. type Platform struct { // Architecture field specifies the CPU architecture, for example - // `amd64` or `ppc64`. + // `amd64` or `ppc64le`. Architecture string `json:"architecture"` // OS specifies the operating system, for example `linux` or `windows`.