diff options
author | rustdesk <[email protected]> | 2023-12-06 01:19:57 +0800 |
---|---|---|
committer | rustdesk <[email protected]> | 2023-12-06 01:19:57 +0800 |
commit | acf2c6d7877aa2ae055bc1a41f995278db832052 (patch) | |
tree | bd7f50897ba6c1853bf73c38cdee3d64d2ad5581 /.github/workflows | |
parent | 5f137710be4a8919aef7ccb8a6e32c4c7e2ad05b (diff) | |
download | rustdesk-server-acf2c6d7877aa2ae055bc1a41f995278db832052.tar.gz rustdesk-server-acf2c6d7877aa2ae055bc1a41f995278db832052.zip |
try archlinux/archlinux:base-devel
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test-selfhosted.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-selfhosted.yaml b/.github/workflows/test-selfhosted.yaml index 25a6354..9d4d0b2 100644 --- a/.github/workflows/test-selfhosted.yaml +++ b/.github/workflows/test-selfhosted.yaml @@ -12,8 +12,8 @@ jobs: #runs-on: ubuntu-22.04 runs-on: self-hosted # Runner docker image - #container: - #image: ubuntu:22.04 + container: + image: archlinux/archlinux:base-devel strategy: fail-fast: false matrix: |