docs/spec/manifest-v2-2.md: fix ARM variant
The correct `vairant` string for ARM v6 is "v6", not "armv6l". There is no known implementation that actually uses "armv6l". See the discussion in opencontainers/image-spec PR 817 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
parent
742aab907b
commit
c432849e44
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ image manifest based on the Content-Type returned in the HTTP response.
|
||||||
- **`variant`** *string*
|
- **`variant`** *string*
|
||||||
|
|
||||||
The optional variant field specifies a variant of the CPU, for
|
The optional variant field specifies a variant of the CPU, for
|
||||||
example `armv6l` to specify a particular CPU variant of the ARM CPU.
|
example `v6` to specify a particular CPU variant of the ARM CPU.
|
||||||
|
|
||||||
- **`features`** *array*
|
- **`features`** *array*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue