update build dockerfiles (#4732)

This commit is contained in:
ebbit1q 2023-01-23 18:14:35 -05:00 committed by GitHub
parent 43dbb45cc6
commit 06c25301a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 48 additions and 24 deletions

View file

@ -91,11 +91,11 @@ jobs:
- distro: Debian11
package: DEB
- distro: Fedora35
- distro: Fedora36
package: RPM
test: skip
- distro: Fedora36
- distro: Fedora37
package: RPM
- distro: UbuntuBionic
@ -107,6 +107,10 @@ jobs:
- distro: UbuntuJammy
package: DEB
test: skip # running tests on all distros is superfluous
- distro: UbuntuKinetic
package: DEB
name: ${{matrix.distro}}
needs: configure