From d9f8f5827946a73ad8898b6d6fd64daa25ef5ddc Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Fri, 3 Sep 2021 15:02:46 +0200 Subject: [PATCH] Add readme for ghrunner Signed-off-by: Christian Richter --- ghrunner/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ghrunner/README.md diff --git a/ghrunner/README.md b/ghrunner/README.md new file mode 100644 index 0000000..e77580b --- /dev/null +++ b/ghrunner/README.md @@ -0,0 +1,20 @@ +# GHRUNNER + +This is a small Dockerfile providing a github runner. +The images can be found `ghcr.io/dragonchaser/ghrunner:latest`. +Supported arches are: + - arm32v7 + - aarch64 + - amd64 + +## Environment variables + +| Variable | Values | default | +|-------------------------------------------------+----------------------------------------+------------------------------------------------------------------| +| `TOKEN` | token for runner from github | | +| `ARCH` | arm, arm64, x64 | x64 | +| `OS` | linux,osx | linux | +| `ORG` | name of the github org | | +| `REPO` | name of the github repo | | +| `VERSION` version of the github runner to user | 2.280.3 | | +| `CHECKSUM` | checksum for the github runner version | 69dc323312e3c5547ba1e1cc46c127e2ca8ee7d7037e17ee6965ef6dac3c142b |