diff options
Diffstat (limited to 'builds.sr.ht/compatibility.md')
-rw-r--r-- | builds.sr.ht/compatibility.md | 50 |
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"> |