Skip to content

Instantly share code, notes, and snippets.

@pmatos
Created July 9, 2020 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmatos/fa6918db21faeca79cd3bb00c96aff5c to your computer and use it in GitHub Desktop.
Save pmatos/fa6918db21faeca79cd3bb00c96aff5c to your computer and use it in GitHub Desktop.
version: "3.7"
services:
runner:
image: pmatos/github-runner:latest
environment:
RUNNER_NAME: "arm64-ChezScheme-runner"
RUNNER_REPOSITORY_URL: ${RUNNER_REPOSITORY_URL}
GITHUB_ACCESS_TOKEN: ${GITHUB_ACCESS_TOKEN}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
racket:
depends_on:
- runner
image: racket/racket-ci:latest
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment