diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-04-30 11:51:32 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-04-30 11:51:32 -0400 |
commit | 7a6b4e99dcf15dde30ae95ba0986fdd4d61eccf4 (patch) | |
tree | 8222396361fa4e81f52e2112d73053aa9b3d76cc /builds.sr.ht/compatibility.md | |
parent | e609930b7c37cb93f517793a1073b07733882619 (diff) | |
download | sr.ht-docs-7a6b4e99dcf15dde30ae95ba0986fdd4d61eccf4.tar.gz |
Align fedora compatibility matrix with reality
Diffstat (limited to 'builds.sr.ht/compatibility.md')
-rw-r--r-- | builds.sr.ht/compatibility.md | 61 |
1 files changed, 57 insertions, 4 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index c4afb4b..501a95a 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -319,9 +319,38 @@ Maintainer: Timothée Floure <timothee.floure@posteo.net> <table class="table table-sm table-hover"> <thead> <tr> - <th>Fedora 29</th> + <th>Fedora Rawhide</th> <th colspan="3" style="font-weight: normal; text-align: center"> - <code>image: fedora/latest</code> + <code>image: fedora/rawhide</code> <strong>or</strong> + <code>image: fedora/31</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: armhfp</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>daily</td> + </tr> + </tbody> +</table> + +<table class="table table-sm table-hover"> + <thead> + <tr> + <th>Fedora 30</th> + <th colspan="3" style="font-weight: normal; text-align: center"> + <code>image: fedora/latest</code> <strong>or</strong> + <code>image: fedora/30</code> </th> </tr> <tr> @@ -343,8 +372,32 @@ Maintainer: Timothée Floure <timothee.floure@posteo.net> </tbody> </table> -**Note**: Fedora support is a work-in-progress. As such, both Fedora 28 and -Rawhide are currently unavailable. +<table class="table table-sm table-hover"> + <thead> + <tr> + <th>Fedora 29</th> + <th colspan="3" style="font-weight: normal; text-align: center"> + <code>image: fedora/latest</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: armhfp</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> + </tbody> +</table> **packages** |