Browse Source

remove docker again

rustdesk 2 years ago
parent
commit
27ac9dec56
1 changed files with 4 additions and 2 deletions
  1. 4 2
      .github/workflows/test-selfhosted.yaml

+ 4 - 2
.github/workflows/test-selfhosted.yaml

@@ -10,10 +10,12 @@ jobs:
10
   build:
10
   build:
11
     name: Build 
11
     name: Build 
12
     #runs-on: ubuntu-22.04
12
     #runs-on: ubuntu-22.04
13
+    # need to docker login ghcr.io on self-hosted machine for cross build, use github username and personal token (lowest permission is fine)
13
     runs-on: self-hosted
14
     runs-on: self-hosted
14
     # Runner docker image
15
     # Runner docker image
15
-    container:
16
-      image: archlinux/archlinux:base-devel
16
+    # with container, it is hard to handle cross build (need docker in docker)
17
+    #container:
18
+      #image: archlinux/archlinux:base-devel
17
     strategy:
19
     strategy:
18
       fail-fast: false
20
       fail-fast: false
19
       matrix:
21
       matrix: