Skip to content

Commit

Permalink
chore: add make goreleaser-release-local (#193)
Browse files Browse the repository at this point in the history
* chore: add make goreleaser-release-local

Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>

* chore: add make goreleaser-release-local

Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>

---------

Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
  • Loading branch information
zachaller authored Feb 10, 2025
1 parent 8d94ce4 commit 5e86d7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ docker-push: ## Push docker image with the manager.
goreleaser-build-local: goreleaser ## Run goreleaser build locally. Use to validate the goreleaser configuration.
$(GORELEASER) build --snapshot --clean --single-target --verbose

.PHONY: goreleaser-release-local
goreleaser-release-local: goreleaser ## Run goreleaser release locally. Use to validate the goreleaser configuration.
$(GORELEASER) release --snapshot --clean

# PLATFORMS defines the target platforms for the manager image be built to provide support to multiple
# architectures. (i.e. make docker-buildx IMG=myregistry/mypoperator:0.0.1). To use this option you need to:
# - be able to use docker buildx. More info: https://docs.docker.com/build/buildx/
Expand Down

0 comments on commit 5e86d7e

Please sign in to comment.