mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-07-01 15:25:29 +00:00
remove docker again
This commit is contained in:
parent
acf2c6d787
commit
27ac9dec56
6
.github/workflows/test-selfhosted.yaml
vendored
6
.github/workflows/test-selfhosted.yaml
vendored
@ -10,10 +10,12 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
#runs-on: ubuntu-22.04
|
#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
|
runs-on: self-hosted
|
||||||
# Runner docker image
|
# Runner docker image
|
||||||
container:
|
# with container, it is hard to handle cross build (need docker in docker)
|
||||||
image: archlinux/archlinux:base-devel
|
#container:
|
||||||
|
#image: archlinux/archlinux:base-devel
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user