-
- Downloads
Improve build process embedded manifests
This commit changes the way the build of manifests is triggered by
making smarter use of the capabilities of Make. The result should be
that the manifests are only regenerated if:
1. There is no `cmd/flux/manifests/` directory.
2. There have been made changes to the YAML files in the `manifests/`
directory that are newer than the files in `cmd/flux/manifests/`.
Signed-off-by:
Hidde Beydals <hello@hidde.co>
Showing
- .github/workflows/bootstrap.yaml 1 addition, 1 deletion.github/workflows/bootstrap.yaml
- .github/workflows/release.yaml 1 addition, 1 deletion.github/workflows/release.yaml
- .github/workflows/scan.yaml 1 addition, 1 deletion.github/workflows/scan.yaml
- Makefile 7 additions, 4 deletionsMakefile
- cmd/flux/manifests.embed.go 0 additions, 0 deletionscmd/flux/manifests.embed.go
Loading
Please register or sign in to comment