Skip to content

Commit

Permalink
goreleaser: replace --rm-dist flag with --clean (#3469)
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
  • Loading branch information
xmudrii authored Nov 21, 2024
1 parent 33c56ee commit 96ef9b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ GOLDFLAGS?=-s -w -extldflags=-zrelro -extldflags=-znow \
-X k8c.io/kubeone/pkg/cmd.commit=$(GITCOMMIT) \
-X k8c.io/kubeone/pkg/cmd.date=$(BUILD_DATE)

# TODO(xmudrii): Rename the flag to "--clean" after updating goreleaser.
GORELEASER_FLAGS ?= --rm-dist
GORELEASER_FLAGS ?= --clean

.PHONY: all
all: install
Expand Down

0 comments on commit 96ef9b9

Please sign in to comment.