~sircmpwn/sr.ht-docs

2c92db1975220a9363d63b6740c58c9a61fdaefb — Drew DeVault 4 years ago f6a545a
Update builds.sr.ht docs for Alpine 3.9
1 files changed, 32 insertions(+), 2 deletions(-)

M builds.sr.ht/compatibility.md
M builds.sr.ht/compatibility.md => builds.sr.ht/compatibility.md +32 -2
@@ 58,10 58,10 @@ rather than using a specific release in your build manifests.
<table class="table table-sm table-hover">
  <thead>
    <tr>
      <th>Alpine 3.8</th>
      <th>Alpine 3.9</th>
      <th colspan="3" style="font-weight: normal; text-align: center">
        <code>image: alpine/latest</code> <strong>or</strong>
        <code>image: alpine/3.8</code>
        <code>image: alpine/3.9</code>
      </th>
    </tr>
    <tr>


@@ 86,6 86,36 @@ rather than using a specific release in your build manifests.
  </tbody>
</table>

<table class="table table-sm table-hover">
  <thead>
    <tr>
      <th>Alpine 3.8</th>
      <th colspan="3" style="font-weight: normal; text-align: center">
        <code>image: alpine/3.8</code>
      </th>
    </tr>
    <tr>
      <th>arch</th>
      <th style="text-align: center">supported</th>
      <th style="text-align: center">native</th>
      <th>updated</th>
    </tr>
  </thead>
  <tbody>
    <tr><td><code>arch: aarch64</code></td><td style="text-align: center">✗</td><td></td><td></td></tr>
    <tr><td><code>arch: armhf</code></td><td style="text-align: center">✗</td><td></td><td></td></tr>
    <tr><td><code>arch: ppc64el</code></td><td style="text-align: center">✗</td><td></td><td></td></tr>
    <tr><td><code>arch: s390x</code></td><td style="text-align: center">✗</td><td></td><td></td></tr>
    <tr class="table-primary">
      <td><code>arch: x86_64</code> (default)</td>
      <td style="text-align: center; color: green">✓</td>
      <td style="text-align: center; color: green">✓</td>
      <td>monthly</td>
    </tr>
    <tr><td><code>arch: x86</code></td><td style="text-align: center">✗</td><td></td><td></td></tr>
  </tbody>
</table>

**packages**

The packages array is installed with `apk add`.