Skip to content

Commit 3c07484

Browse files
Add a Make goal to create a local release:
This allows for defining a local directory for use in a clusterctl.yaml file. This enables local development of CAPT. Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 649b7d6 commit 3c07484

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,9 @@ release-metadata: $(RELEASE_DIR)
301301
release-templates: $(RELEASE_DIR)
302302
cp templates/cluster-template*.yaml $(RELEASE_DIR)/
303303

304+
release-local: ## Builds the manifests for use in local development
305+
$(MAKE) release RELEASE_DIR=out/release/infrastructure-tinkerbell/$(RELEASE_TAG)
306+
304307
## --------------------------------------
305308
## Cleanup / Verification
306309
## --------------------------------------

0 commit comments

Comments
 (0)