Skip to content

Commit 709d848

Browse files
authored
Merge pull request #7629 from chiukapoor/make-releasemanifestall
✨ Adds a make target to generate all the release manifests
2 parents 8033662 + 2029dad commit 709d848

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,11 @@ release: clean-release ## Build and push container images using the latest git t
832832
git checkout "${RELEASE_TAG}"
833833
# Build binaries first.
834834
GIT_VERSION=$(RELEASE_TAG) $(MAKE) release-binaries
835+
# Set the manifest images to the staging/production bucket and Builds the manifests to publish with a release.
836+
$(MAKE) release-manifests-all
837+
838+
.PHONY: release-manifests-all
839+
release-manifests-all: # Set the manifest images to the staging/production bucket and Builds the manifests to publish with a release.
835840
# Set the manifest image to the production bucket.
836841
$(MAKE) manifest-modification REGISTRY=$(PROD_REGISTRY)
837842
## Build the manifests

0 commit comments

Comments
 (0)