Move more functionality into internal/build/build.go

and use make targets in CI, pass flag spec YAML through yq

includes result of running `make v2approve`
This commit is contained in:
2022-09-11 12:43:29 -04:00
parent 8e3fa067e0
commit 8cc0a9c5da
5 changed files with 343 additions and 172 deletions

View File

@@ -107,7 +107,7 @@ following `make` targets may be used if desired:
```sh
# install documentation dependencies with `pip`
make docs-deps
make ensure-mkdocs
```
```sh