CI: Add Debian 11 (#4525)

* add debian 11

* rename debian10

* fix space

* Update Dockerfile
This commit is contained in:
tooomm 2022-01-16 22:46:04 +01:00 committed by GitHub
parent 3253ad64fd
commit 368ff1793f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 5 deletions

View file

@ -102,16 +102,20 @@ jobs:
package: skip # we are packaged in arch already
allow-failure: yes
- distro: DebianBuster
- distro: Debian10
package: DEB
- distro: Debian11
package: DEB
- distro: Fedora35
package: RPM
- distro: Fedora34
package: RPM
test: skip # gtest does not compile for some reason
- distro: Fedora35
package: RPM
name: ${{matrix.distro}}
needs: configure