mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-05 04:09:26 +00:00
reorganized GH runner setups
This commit is contained in:
18
.github/runners/runner-x64/docker-compose.yml
vendored
Normal file
18
.github/runners/runner-x64/docker-compose.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# docker-compose.yml
|
||||
|
||||
services:
|
||||
github-runner:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RUNNER_VERSION: 2.323.0
|
||||
# container_name commented to allow for multiple runners
|
||||
# container_name: github-runner
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- runner-work:/home/runner/actions-runner/_work
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
runner-work:
|
Reference in New Issue
Block a user