You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: serialization.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,7 @@ It has been added to this example for clarity.
173
173
<li>arm</li>
174
174
</ul>
175
175
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>.
176
177
</dd>
177
178
<dt>
178
179
os <code>string</code>
@@ -186,6 +187,7 @@ It has been added to this example for clarity.
186
187
<li>linux</li>
187
188
</ul>
188
189
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>.
0 commit comments