Skip to content

feat(wrapper): Adding an option to run only one build.

Philippe Caseiro requested to merge feat-singlebuild into develop

This make debuging and working on builds more easy. Now you can simply start one build (gitlab-runner, k3s, base) for an OS

Imagine you want to build only the k3s variant of alpine 3.14 you can use the command :

./build run alpine 3.14 k3s

Merge request reports