mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-07 21:07:23 +08:00
Merge pull request #7022 from symless/SYNERGY-1005-Add-Fedora-33-to-build-and-release-pipeline
SYNERGY-1005 Add Fedora 33 to build and release pipeline
This commit is contained in:
commit
069ff35ac8
1
.github/workflows/job-test-linux-fedora.yml
vendored
1
.github/workflows/job-test-linux-fedora.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
||||
# - distro: fedora28 #Need to install git 2.18+
|
||||
- distro: fedora29
|
||||
- distro: fedora30
|
||||
- distro: fedora33
|
||||
|
||||
name: ${{ matrix.distro }}
|
||||
|
||||
|
||||
@ -49,6 +49,7 @@ Enhancements:
|
||||
- #7003 Prioritization rules server config
|
||||
- #7004 Add openssl dependency for rpm
|
||||
- #7008 Add logging when hostname have several IP
|
||||
- #7022 Add Fedora 33 to build and release pipeline
|
||||
===========
|
||||
|
||||
v1.13.1-stable
|
||||
|
||||
@ -47,6 +47,10 @@ jobs:
|
||||
image: symless/synergy-core:fedora30
|
||||
packager: rpm
|
||||
name: fedora30
|
||||
fedora33:
|
||||
image: symless/synergy-core:fedora33
|
||||
packager: rpm
|
||||
name: fedora33
|
||||
centos7.6:
|
||||
image: symless/synergy-core:centos7.6
|
||||
packager: rpm
|
||||
|
||||
Loading…
Reference in New Issue
Block a user