Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify process for naming future architectures #60

Merged
merged 1 commit into from
May 3, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Specify process for naming future architectures
Signed-off-by: Timothy Hobbs <timothyhobbs@seznam.cz>
  • Loading branch information
timthelion authored and Brandon Philips committed May 3, 2016
commit 016d33abf8baf1c770e2e8a2fd51c6af6b1808f3
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