Skip to content
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
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