You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Note: Any OPTIONAL field MAY also be set to null, which is equivalent to being a
60
60
-**architecture***string*, REQUIRED
61
61
62
62
The CPU architecture which the binaries in this image are built to run on.
63
-
Possible values include: `386`, `amd64`, `arm`.
63
+
Possible values include: `386`, `amd64`, `arm`, `arm64`.
64
64
More values may be supported in the future and any of these may or may not be supported by a given container runtime implementation.
65
65
New entries SHOULD be submitted to this specification for standardization and be inspired by the [Go language documentation for $GOOS and $GOARCH](https://golang.org/doc/install/source#environment).
0 commit comments