mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
update build dockerfiles (#4732)
This commit is contained in:
parent
43dbb45cc6
commit
06c25301a5
5 changed files with 48 additions and 24 deletions
8
.github/workflows/desktop-build.yml
vendored
8
.github/workflows/desktop-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue