From 8be685459e800a5d083c3285a0d6a65641f8918e Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Fri, 3 Sep 2021 15:54:15 +0200 Subject: [PATCH] Ditch armhf Signed-off-by: Christian Richter --- .github/workflows/ghrunner.yml | 2 +- README.md | 2 +- ghrunner/README.md | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ghrunner.yml b/.github/workflows/ghrunner.yml index 0d92d49..c9b84bf 100644 --- a/.github/workflows/ghrunner.yml +++ b/.github/workflows/ghrunner.yml @@ -14,7 +14,7 @@ jobs: env: DOCKER_REGISTRY: ghcr.io DOCKER_IMAGE: dragonchaser/ghrunner - DOCKER_TARGET_PLATFORM: "linux/arm/v7,linux/arm64,linux/amd64" + DOCKER_TARGET_PLATFORM: "linux/arm64,linux/amd64" steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 6803051..6ca09d6 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ No guarantee for completeness or functionality. |:--|:-----|:----------|:----:|:-----:|:-----:| |[dragonchaser/webtest](https://hub.docker.com/r/dragonchaser/webtest)|webtest|A small container running ruby WebRick and serves static content from /web|x|x|| |[dragonchaser/motsognir](https://hub.docker.com/r/dragonchaser/motsognir) |motsognir|A container for the motsognir gopher server|x|x|| -|[ghcr.io/dragonchaser/ghrunner](https://github.com/dragonchaser/dockerhub-autobuild/pkgs/container/ghrunner)|ghrunner |A container for running github runners |x|x|x| +|[ghcr.io/dragonchaser/ghrunner](https://github.com/dragonchaser/dockerhub-autobuild/pkgs/container/ghrunner)|ghrunner |A container for running github runners |x| |x| diff --git a/ghrunner/README.md b/ghrunner/README.md index a26447a..54c68b5 100644 --- a/ghrunner/README.md +++ b/ghrunner/README.md @@ -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 | | -| `ARCH` | arm, arm64, x64 | x64 | +| `ARCH` | arm64, x64 | x64 | | `OS` | linux,osx | linux | | `ORG` | name of the github org | | | `REPO` | name of the github repo | |