Skip to content

Commit

Permalink
backport of commit 07643cc
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Jun 2, 2022
1 parent 68b9842 commit ae2a0b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/content/docs/runtime/interpolation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -214,18 +214,18 @@ Below is a table documenting common node properties:
</tr>
<tr>
<td>
<code>{'${attr.kernel.name}'}</code>
<code>{'${attr.kernel.arch}'}</code>
</td>
<td>
Kernel of the client (e.g. <code>linux</code>, <code>darwin</code>)
Kernel architecture of the client (e.g. <code>x86_64</code>, <code>aarch64</code>)
</td>
</tr>
<tr>
<td>
<code>{'${attr.kernel.arch}'}</code>
<code>{'${attr.kernel.name}'}</code>
</td>
<td>
Kernel architecture of the client (e.g. <code>x86_64</code>, <code>aarch64</code>)
Kernel of the client (e.g. <code>linux</code>, <code>darwin</code>)
</td>
</tr>
<tr>
Expand Down

0 comments on commit ae2a0b1

Please sign in to comment.