2021-01-15 06:28:38 +00:00
|
|
|
pull-scripts:
|
|
|
|
./scripts/pull-scripts
|
|
|
|
|
2022-01-04 00:10:36 +00:00
|
|
|
remove:
|
|
|
|
./scripts/remove-asset
|
|
|
|
|
2022-03-07 19:33:22 +00:00
|
|
|
forward-port:
|
|
|
|
./scripts/forward-port
|
|
|
|
|
2023-09-07 02:52:40 +00:00
|
|
|
check-release-yaml:
|
|
|
|
./scripts/check-release-yaml
|
|
|
|
|
2024-02-06 21:51:46 +00:00
|
|
|
TARGETS := prepare patch clean clean-cache charts list index unzip zip standardize validate template regsync check-images check-rc icon
|
2021-01-15 06:28:38 +00:00
|
|
|
|
|
|
|
$(TARGETS):
|
2022-01-04 00:10:36 +00:00
|
|
|
@./scripts/pull-scripts
|
|
|
|
@./bin/charts-build-scripts $@
|
2021-01-15 06:28:38 +00:00
|
|
|
|
|
|
|
.PHONY: $(TARGETS)
|