diff options
author | Timothée Floure <timothee.floure@posteo.net> | 2019-12-03 11:05:33 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-12-04 14:35:46 -0500 |
commit | c054289ccb61ea6faf3cd2a7fd410692f2da6fff (patch) | |
tree | 7412bf00b63c9e15258ae8ef26895b39a9c86dc7 /builds.sr.ht/compatibility.md | |
parent | 78a7f97b278925cfeaf9907c7a649b897d56103c (diff) | |
download | sr.ht-docs-c054289ccb61ea6faf3cd2a7fd410692f2da6fff.tar.gz |
Update F31, add F32 to builds.sr.ht image compatibility page
Diffstat (limited to 'builds.sr.ht/compatibility.md')
-rw-r--r-- | builds.sr.ht/compatibility.md | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 74b765f..e2ca8c4 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -354,7 +354,7 @@ Maintainer: Timothée Floure <timothee.floure@posteo.net> <th>Fedora Rawhide</th> <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: fedora/rawhide</code> <strong>or</strong> - <code>image: fedora/31</code> + <code>image: fedora/32</code> </th> </tr> <tr> @@ -379,9 +379,36 @@ Maintainer: Timothée Floure <timothee.floure@posteo.net> <table class="table table-sm table-hover"> <thead> <tr> - <th>Fedora 30</th> + <th>Fedora 31</th> <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: fedora/latest</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>weekly</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/30</code> </th> </tr> |