Skip to content

Commit 2a33b0a

Browse files
timthelionBrandon Philips
authored andcommitted
Specify process for naming future architectures
Signed-off-by: Timothy Hobbs <[email protected]>
1 parent 96ba94f commit 2a33b0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

serialization.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ It has been added to this example for clarity.
173173
<li>arm</li>
174174
</ul>
175175
More values may be supported in the future and any of these may or may not be supported by a given container runtime implementation.
176+
Potential new entries should be inspired by the <a href=https://golang.org/doc/install/source#environment>Go language documentation for $GOOS and $GOARCH</a>.
176177
</dd>
177178
<dt>
178179
os <code>string</code>
@@ -186,6 +187,7 @@ It has been added to this example for clarity.
186187
<li>linux</li>
187188
</ul>
188189
More values may be supported in the future and any of these may or may not be supported by a given container runtime implementation.
190+
Potential new entries should be inspired by the <a href=https://golang.org/doc/install/source#environment>Go language documentation for $GOOS and $GOARCH</a>.
189191
</dd>
190192
<dt>
191193
config <code>struct</code>

0 commit comments

Comments
 (0)