File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ ko-local: ## Build zeitgeist/buoy image locally (does not push it)
58
58
.PHONY : snapshot
59
59
snapshot : # # Build zeitgeist binaries with goreleaser in snapshot mode
60
60
LDFLAGS=" $( LDFLAGS) " GIT_HASH=$(GIT_HASH ) GIT_VERSION=$(GIT_VERSION ) \
61
- goreleaser release --rm-dist --snapshot --skip-sign --skip-publish
61
+ goreleaser release --clean --snapshot --skip-sign --skip-publish
62
62
63
63
lint :
64
64
test -z $(shell go fmt .) || (echo " Linting failed !" && exit 8)
@@ -91,7 +91,7 @@ verify-golangci-lint: ## Runs all golang linters
91
91
.PHONY : goreleaser
92
92
goreleaser : # # Build zeitgeist binaries with goreleaser
93
93
LDFLAGS=" $( LDFLAGS) " GIT_HASH=$(GIT_HASH ) GIT_VERSION=$(GIT_VERSION ) \
94
- goreleaser release --rm-dist
94
+ goreleaser release --clean
95
95
96
96
.PHONY : ko-release
97
97
ko-release : ko-release-zeitgeist ko-release-buoy
You can’t perform that action at this time.
0 commit comments