mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -07:00
Remove Fedora 39 Build and Add Fedora 41 Build (#5151)
* Remove Fedora 39 docker file EOL * Add Fedora 41 Dockerfile new release * Remove Fedora 39, Add Fedora 41 to release template * Remove Fedora 39, Add Fedora 41 to desktop build --------- Co-authored-by: tooomm <tooomm@users.noreply.github.com>
This commit is contained in:
parent
2e674efe50
commit
dd04c610ec
3 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM fedora:39
|
FROM fedora:41
|
||||||
|
|
||||||
RUN dnf install -y \
|
RUN dnf install -y \
|
||||||
ccache \
|
ccache \
|
||||||
|
|
@ -17,8 +17,8 @@ include different targets -->
|
||||||
- <kbd>Ubuntu 20.04 LTS</kbd> ("Focal Fossa")
|
- <kbd>Ubuntu 20.04 LTS</kbd> ("Focal Fossa")
|
||||||
- <kbd>Debian 12</kbd> ("Bookworm")
|
- <kbd>Debian 12</kbd> ("Bookworm")
|
||||||
- <kbd>Debian 11</kbd> ("Bullseye")
|
- <kbd>Debian 11</kbd> ("Bullseye")
|
||||||
- <kbd>Fedora 40</kbd>
|
- <kbd>Fedora 41</kbd>
|
||||||
- <kbd>Fedora 39</kbd>
|
- <kbd>Fedora 40</kbd>
|
||||||
<kbd>We are also packaged in Arch Linux's official "extra" repository, courtesy of @FFY00</kbd></i>
|
<kbd>We are also packaged in Arch Linux's official "extra" repository, courtesy of @FFY00</kbd></i>
|
||||||
<kbd>General Linux support is available via a flatpak package (Flathub)</kbd></i>
|
<kbd>General Linux support is available via a flatpak package (Flathub)</kbd></i>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
|
||||||
4
.github/workflows/desktop-build.yml
vendored
4
.github/workflows/desktop-build.yml
vendored
|
|
@ -101,12 +101,12 @@ jobs:
|
||||||
package: DEB
|
package: DEB
|
||||||
|
|
||||||
- distro: Fedora
|
- distro: Fedora
|
||||||
version: 39
|
version: 40
|
||||||
package: RPM
|
package: RPM
|
||||||
test: skip # Running tests on all distros is superfluous
|
test: skip # Running tests on all distros is superfluous
|
||||||
|
|
||||||
- distro: Fedora
|
- distro: Fedora
|
||||||
version: 40
|
version: 41
|
||||||
package: RPM
|
package: RPM
|
||||||
|
|
||||||
- distro: Ubuntu
|
- distro: Ubuntu
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue