From a100132232268da4b0b7d41cb6ec6b3be873b542 Mon Sep 17 00:00:00 2001 From: Timothy Hobbs Date: Fri, 15 Apr 2016 01:21:09 +0200 Subject: [PATCH] Specify process for naming future architectures Signed-off-by: Timothy Hobbs --- serialization.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/serialization.md b/serialization.md index d32029dd0..2357468c0 100644 --- a/serialization.md +++ b/serialization.md @@ -167,7 +167,9 @@ Here is an example image JSON file:
  • amd64
  • arm
  • - More values may be supported in the future and any of these may or may not be supported by a given container runtime implementation. + A full list of possible values can be found in the Go language documentation for $GOOS and $GOARCH. + Any of these may or may not be supported by a given container runtime + implementation.
    os string @@ -180,8 +182,9 @@ Here is an example image JSON file:
  • freebsd
  • linux
  • - More values may be supported in the future and any of these may or may - not be supported by a given container runtime implementation. + A full list of values can be found in the Go language documentation for $GOOS and $GOARCH. + Any of these may or may not be supported by a given container runtime + implementation.
    checksum string