mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-07-01 23:35:38 +00:00
do not use docker for the runner
This commit is contained in:
parent
1a6016f08f
commit
5f137710be
6
.github/workflows/test-selfhosted.yaml
vendored
6
.github/workflows/test-selfhosted.yaml
vendored
@ -11,9 +11,9 @@ jobs:
|
|||||||
name: Build
|
name: Build
|
||||||
#runs-on: ubuntu-22.04
|
#runs-on: ubuntu-22.04
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
# Runner docker image
|
||||||
# Runner docker image
|
#container:
|
||||||
image: ubuntu:22.04
|
#image: ubuntu:22.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user