A tool for building a high number of software images in parallel.
Most of the tooling needed to work with hyperbuild is listed in the .tool-versions file: you can use asdf to install them. Any dependency not supported by asdf is listed in the Brewfile, to use as a secondary installation method.
All project actions are also runnable via Docker: the provided Makefile supports both "local" and "docker" versions for each action, to allow developers to use their preferred toolchain, e.g. make lint-yaml and make lint-yaml-docker.