diff options
author | rustdesk <[email protected]> | 2023-12-06 02:05:33 +0800 |
---|---|---|
committer | rustdesk <[email protected]> | 2023-12-06 02:05:33 +0800 |
commit | 27ac9dec5652bee7f1b677e506202d0f628569fd (patch) | |
tree | 3e42fefc30ba67def123b1f0d12961535a5e23b0 /.github | |
parent | acf2c6d7877aa2ae055bc1a41f995278db832052 (diff) | |
download | rustdesk-server-27ac9dec5652bee7f1b677e506202d0f628569fd.tar.gz rustdesk-server-27ac9dec5652bee7f1b677e506202d0f628569fd.zip |
remove docker again
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test-selfhosted.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/test-selfhosted.yaml b/.github/workflows/test-selfhosted.yaml index 9d4d0b2..4340bdb 100644 --- a/.github/workflows/test-selfhosted.yaml +++ b/.github/workflows/test-selfhosted.yaml @@ -10,10 +10,12 @@ jobs: build: name: Build #runs-on: ubuntu-22.04 + # need to docker login ghcr.io on self-hosted machine for cross build, use github username and personal token (lowest permission is fine) runs-on: self-hosted # Runner docker image - container: - image: archlinux/archlinux:base-devel + # with container, it is hard to handle cross build (need docker in docker) + #container: + #image: archlinux/archlinux:base-devel strategy: fail-fast: false matrix: |