Skip to content

Commit

Permalink
chore: Allow make build-goreleaser for convenience. (#503)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Glastra <matglas.git@gmail.com>
  • Loading branch information
matglas authored Sep 30, 2024
1 parent 49066a4 commit 25e05d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ clean: ## Clean the binary directory
build:
CGO_ENABLED=0 go build $(BUILDFLAGS) -o $(BINDIR)/$(BINNAME) ./main.go

build-goreleaser:
goreleaser build --snapshot --clean

vet: ## Run go vet
go vet ./...

Expand Down

0 comments on commit 25e05d5

Please sign in to comment.