mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
Add Fedora 44 build and drop Fedora 42 build (#6836)
* Add Fedora 44; Drop Fedora 42 * Delete .ci/Fedora42 directory * Create Dockerfile * Update release_template.md * Skip debug
This commit is contained in:
parent
45ab2602c6
commit
dac611f0f1
3 changed files with 5 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM fedora:42
|
||||
FROM fedora:44
|
||||
|
||||
RUN dnf install -y \
|
||||
ccache \
|
||||
|
|
@ -23,8 +23,8 @@ Available pre-compiled binaries for installation:
|
|||
• <kbd>Debian 13</kbd> <sub><i>Trixie</i></sub>
|
||||
• <kbd>Debian 12</kbd> <sub><i>Bookworm</i></sub>
|
||||
• <kbd>Debian 11</kbd> <sub><i>Bullseye</i></sub>
|
||||
• <kbd>Fedora 44</kbd>
|
||||
• <kbd>Fedora 43</kbd>
|
||||
• <kbd>Fedora 42</kbd>
|
||||
|
||||
<sub>We are also packaged in <kbd>Arch Linux</kbd>'s <a href="https://archlinux.org/packages/extra/x86_64/cockatrice">official extra repository</a>, courtesy of @FFY00.</sub>
|
||||
<sub>General Linux support is available via a <kbd>flatpak</kbd> package at <a href="https://flathub.org/apps/io.github.Cockatrice.cockatrice">Flathub</a>!</sub>
|
||||
|
|
|
|||
5
.github/workflows/desktop-build.yml
vendored
5
.github/workflows/desktop-build.yml
vendored
|
|
@ -131,13 +131,14 @@ jobs:
|
|||
package: DEB
|
||||
|
||||
- distro: Fedora
|
||||
version: 42
|
||||
version: 43
|
||||
package: RPM
|
||||
test: skip # Running tests on all distros is superfluous
|
||||
|
||||
- distro: Fedora
|
||||
version: 43
|
||||
version: 44
|
||||
package: RPM
|
||||
test: skip # This is failing to build, currently. To be fixed.
|
||||
|
||||
- distro: Ubuntu
|
||||
version: 22.04
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue