Files
cozystack/Makefile
2024-01-29 12:50:39 +01:00

13 lines
340 B
Makefile

.PHONY: manifests repos
manifests:
(cd packages/core/installer/; helm template -n cozy-installer installer .) > manifests/cozystack-installer.yaml
repos:
rm -rf _out
make -C packages/apps check-version-map
make -C packages/extra check-version-map
make -C packages/system repo
make -C packages/apps repo
make -C packages/extra repo