Skip to content

Commit d9167b2

Browse files
authored
Merge pull request #385 from coolljt0725/arm64
Add arm64 to supported architecture
2 parents 9a7a48b + f3c19c9 commit d9167b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Note: Any OPTIONAL field MAY also be set to null, which is equivalent to being a
6060
- **architecture** *string*, REQUIRED
6161

6262
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`.
6464
More values may be supported in the future and any of these may or may not be supported by a given container runtime implementation.
6565
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).
6666

0 commit comments

Comments
 (0)