aboutsummaryrefslogtreecommitdiffstats
path: root/builds.sr.ht/compatibility.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-02-05 13:45:38 -0500
committerDrew DeVault <sir@cmpwn.com>2019-02-05 13:45:38 -0500
commit00d3202ec37209a2bf1597f5bb6e07abe2434f4f (patch)
tree4211a935352b36bb039c23a0d9cadf57e80b5965 /builds.sr.ht/compatibility.md
parentf6a907d2e53153788182d2e071048aca754b6c4a (diff)
downloadsr.ht-docs-00d3202ec37209a2bf1597f5bb6e07abe2434f4f.tar.gz
Add Fedora to compatibility list
Diffstat (limited to 'builds.sr.ht/compatibility.md')
-rw-r--r--builds.sr.ht/compatibility.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md
index a7f13fd..e6693c7 100644
--- a/builds.sr.ht/compatibility.md
+++ b/builds.sr.ht/compatibility.md
@@ -274,6 +274,56 @@ repositories:
sr.ht: https://mirror.sr.ht/debian/sr.ht/ stretch main DEADBEEFCAFEF00D
```
+## Fedora
+
+<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>weekly</td>
+ </tr>
+ </tbody>
+</table>
+
+**note**: Fedora support is a work-in-progress. As such, both Feodra 28 and
+Rawhide are currently unavailable.
+
+**packages**
+
+The packages array is installed with `dnf install`.
+
+**repositories**
+
+Given the following list of repositories in your manifest:
+
+```yml
+repositories:
+ example: https://example.org
+```
+
+The following commands will be used to configure it:
+
+ dnf config-manager --add-repo https://example.org
+ dnf config-manager --set-enabled example
+
## FreeBSD
<table class="table table-sm table-hover">