Skip to content

Commit

Permalink
Specify process for naming future architectures
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Hobbs <timothyhobbs@seznam.cz>
  • Loading branch information
timthelion authored and Brandon Philips committed May 3, 2016
1 parent 96ba94f commit 016d33a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions serialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ It has been added to this example for clarity.
<li>arm</li>
</ul>
More values may be supported in the future and any of these may or may not be supported by a given container runtime implementation.
New entries SHOULD be submitted to this specification for standardization and be inspired by the <a href=https://golang.org/doc/install/source#environment>Go language documentation for $GOOS and $GOARCH</a>.
</dd>
<dt>
os <code>string</code>
Expand All @@ -186,6 +187,7 @@ It has been added to this example for clarity.
<li>linux</li>
</ul>
More values may be supported in the future and any of these may or may not be supported by a given container runtime implementation.
New entries SHOULD be submitted to this specification for standardization and be inspired by the <a href=https://golang.org/doc/install/source#environment>Go language documentation for $GOOS and $GOARCH</a>.
</dd>
<dt>
config <code>struct</code>
Expand Down

0 comments on commit 016d33a

Please sign in to comment.