add fedora 38, scheduled to release next week (#4785)
This commit is contained in:
parent
45a5296013
commit
f269e5fe58
3 changed files with 18 additions and 0 deletions
14
.ci/Fedora38/Dockerfile
Normal file
14
.ci/Fedora38/Dockerfile
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
FROM fedora:38
|
||||||
|
|
||||||
|
RUN dnf install -y \
|
||||||
|
ccache \
|
||||||
|
cmake \
|
||||||
|
gcc-c++ \
|
||||||
|
git \
|
||||||
|
mariadb-devel \
|
||||||
|
protobuf-devel \
|
||||||
|
qt6-{qttools,qtsvg,qtmultimedia,qtwebsockets}-devel \
|
||||||
|
rpm-build \
|
||||||
|
xz-devel \
|
||||||
|
zlib-devel \
|
||||||
|
&& dnf clean all
|
|
@ -21,6 +21,7 @@ include different targets -->
|
||||||
- <kbd>Debian 11</kbd> ("Bullseye")
|
- <kbd>Debian 11</kbd> ("Bullseye")
|
||||||
- <kbd>Fedora 36</kbd>
|
- <kbd>Fedora 36</kbd>
|
||||||
- <kbd>Fedora 37</kbd>
|
- <kbd>Fedora 37</kbd>
|
||||||
|
- <kbd>Fedora 38</kbd>
|
||||||
<kbd>We are also packaged in Arch Linux's official community repository, courtesy of @FFY00</kbd></i>
|
<kbd>We are also packaged in Arch Linux's official community 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>
|
||||||
|
|
3
.github/workflows/desktop-build.yml
vendored
3
.github/workflows/desktop-build.yml
vendored
|
@ -99,6 +99,9 @@ jobs:
|
||||||
- distro: Fedora37
|
- distro: Fedora37
|
||||||
package: RPM
|
package: RPM
|
||||||
|
|
||||||
|
- distro: Fedora38
|
||||||
|
package: RPM
|
||||||
|
|
||||||
- distro: UbuntuBionic
|
- distro: UbuntuBionic
|
||||||
package: DEB
|
package: DEB
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue