22.04 -> 7

This commit is contained in:
rustdesk 2023-01-10 16:44:36 +08:00
parent 5aaad36729
commit 8cdfe0fec6

View File

@ -26,7 +26,7 @@ jobs:
build: build:
name: Build - ${{ matrix.job.name }} name: Build - ${{ matrix.job.name }}
runs-on: ubuntu-22.04 runs-on: centos:7
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -114,7 +114,7 @@ jobs:
needs: needs:
- build - build
- build-win - build-win
runs-on: ubuntu-22.04 runs-on: centos:7
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -153,7 +153,7 @@ jobs:
name: Docker push - ${{ matrix.job.name }} name: Docker push - ${{ matrix.job.name }}
needs: build needs: build
runs-on: ubuntu-22.04 runs-on: centos:7
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -223,7 +223,7 @@ jobs:
name: Docker manifest name: Docker manifest
needs: docker needs: docker
runs-on: ubuntu-22.04 runs-on: centos:7
steps: steps:
@ -275,7 +275,7 @@ jobs:
name: Docker push classic - ${{ matrix.job.name }} name: Docker push classic - ${{ matrix.job.name }}
needs: build needs: build
runs-on: ubuntu-22.04 runs-on: centos:7
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -331,7 +331,7 @@ jobs:
name: debian package - ${{ matrix.job.name }} name: debian package - ${{ matrix.job.name }}
needs: build needs: build
runs-on: ubuntu-22.04 runs-on: centos:7
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: