aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/test-selfhosted.yaml
diff options
context:
space:
mode:
authorrustdesk <[email protected]>2023-12-06 00:33:52 +0800
committerrustdesk <[email protected]>2023-12-06 00:33:52 +0800
commit5f137710be4a8919aef7ccb8a6e32c4c7e2ad05b (patch)
treede336ba583321ba5d383ce8e5c79de63917de418 /.github/workflows/test-selfhosted.yaml
parent1a6016f08faa3ed27b116edf0d89c0f4197d8892 (diff)
downloadrustdesk-server-5f137710be4a8919aef7ccb8a6e32c4c7e2ad05b.tar.gz
rustdesk-server-5f137710be4a8919aef7ccb8a6e32c4c7e2ad05b.zip
do not use docker for the runner
Diffstat (limited to '.github/workflows/test-selfhosted.yaml')
-rw-r--r--.github/workflows/test-selfhosted.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test-selfhosted.yaml b/.github/workflows/test-selfhosted.yaml
index e85595d..25a6354 100644
--- a/.github/workflows/test-selfhosted.yaml
+++ b/.github/workflows/test-selfhosted.yaml
@@ -11,9 +11,9 @@ jobs:
name: Build
#runs-on: ubuntu-22.04
runs-on: self-hosted
- container:
- # Runner docker image
- image: ubuntu:22.04
+ # Runner docker image
+ #container:
+ #image: ubuntu:22.04
strategy:
fail-fast: false
matrix: