/runner

builds a few custom self-hosted runners for github-actions on various targets..

Primary LanguageHCL

runners

builds a few custom self-hosted runners for github-actions on various targets.

  • Requirements: make, ansible, packer, and any applicable builders' deps.
    • Docker engine for make docker

Getting Started

# Assuming you did something like:
#   git clone <repo> ./runner && cd ./runner
make init 

Validate the Template

make validate

Build a Docker Image

make docker

Clean up!

make clean

See Also

Ubuntu