Skip to content

Commit

Permalink
Merge pull request #60 from philips/archs
Browse files Browse the repository at this point in the history
Specify process for naming future architectures
  • Loading branch information
vbatts committed May 3, 2016
2 parents 3d28f3c + 016d33a commit 47ea862
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 47ea862

Please sign in to comment.