add fedora 38, scheduled to release next week (#4785)

This commit is contained in:
ebbit1q 2023-04-30 14:21:13 +02:00 committed by GitHub
parent 45a5296013
commit f269e5fe58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 0 deletions

14
.ci/Fedora38/Dockerfile Normal file
View 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

View file

@ -21,6 +21,7 @@ include different targets -->
- <kbd>Debian 11</kbd> ("Bullseye")
- <kbd>Fedora 36</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>General linux support is available via a flatpak package (Flathub)</kbd></i>
</pre>

View file

@ -99,6 +99,9 @@ jobs:
- distro: Fedora37
package: RPM
- distro: Fedora38
package: RPM
- distro: UbuntuBionic
package: DEB