Skip to content

Commit

Permalink
build: Remove unused and deprecated goreleaser flags (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored Dec 18, 2023
1 parent 9433e76 commit 3a99d26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions make/goreleaser.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ build-snapshot: ; $(info $(M) building snapshot $*)
--snapshot \
--clean \
--parallelism=$(GORELEASER_PARALLELISM) \
$(if $(BUILD_ALL),,--single-target) \
--skip-post-hooks
$(if $(BUILD_ALL),,--single-target)

.PHONY: release
release: ## Builds a release with goreleaser
Expand All @@ -35,7 +34,6 @@ release-snapshot: ; $(info $(M) building snapshot release $*)
goreleaser --debug=$(GORELEASER_DEBUG) \
release \
--snapshot \
--skip=publish \
--clean \
--parallelism=$(GORELEASER_PARALLELISM) \
--timeout=60m

0 comments on commit 3a99d26

Please sign in to comment.