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