Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 840 Bytes

Readme.md

File metadata and controls

26 lines (20 loc) · 840 Bytes

Valiot's Self-hosted runner image

The default image comes very slim, we need to add some packages.

Custom packages added

Version

1.4.1

Build and Push

docker buildx build --no-cache -t ghcr.io/valiot/runner-image:${version} -t ghcr.io/valiot/runner-image:latest . --platform=linux/amd64,linux/arm64 --push

If you have issues building the image try adding --no-cache to the docker command

Read more at: