Ditch armhf

Signed-off-by: Christian Richter <crichter@suse.com>
This commit is contained in:
Christian Richter
2021-09-03 15:54:15 +02:00
parent ffb9dc788a
commit 8be685459e
3 changed files with 3 additions and 4 deletions

View File

@@ -3,7 +3,6 @@
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
@@ -12,7 +11,7 @@ Supported arches are:
| Variable | Values | default |
|------------+----------------------------------------+----------------|
| `TOKEN` | token for runner from github | <unset> |
| `ARCH` | arm, arm64, x64 | x64 |
| `ARCH` | arm64, x64 | x64 |
| `OS` | linux,osx | linux |
| `ORG` | name of the github org | <unset> |
| `REPO` | name of the github repo | <unset> |