mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-07-01 15:25:29 +00:00
22.04 -> 7
This commit is contained in:
parent
5aaad36729
commit
8cdfe0fec6
12
.github/workflows/build.yaml
vendored
12
.github/workflows/build.yaml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
build:
|
||||
|
||||
name: Build - ${{ matrix.job.name }}
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: centos:7
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -114,7 +114,7 @@ jobs:
|
||||
needs:
|
||||
- build
|
||||
- build-win
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: centos:7
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -153,7 +153,7 @@ jobs:
|
||||
|
||||
name: Docker push - ${{ matrix.job.name }}
|
||||
needs: build
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: centos:7
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -223,7 +223,7 @@ jobs:
|
||||
|
||||
name: Docker manifest
|
||||
needs: docker
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: centos:7
|
||||
|
||||
steps:
|
||||
|
||||
@ -275,7 +275,7 @@ jobs:
|
||||
|
||||
name: Docker push classic - ${{ matrix.job.name }}
|
||||
needs: build
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: centos:7
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -331,7 +331,7 @@ jobs:
|
||||
|
||||
name: debian package - ${{ matrix.job.name }}
|
||||
needs: build
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: centos:7
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
x
Reference in New Issue
Block a user