Skip to content

Commit

Permalink
chore: add build target to Makefile
Browse files Browse the repository at this point in the history
Facilitate local goreleaser builds.
  • Loading branch information
smlx committed Nov 16, 2022
1 parent aea28c0 commit 609908b
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 @@ -11,3 +11,7 @@ mod-tidy:
.PHONY: generate
generate: mod-tidy
go generate ./...

.PHONY: build
build:
GOVERSION=$$(go version) goreleaser build --rm-dist --debug --snapshot

0 comments on commit 609908b

Please sign in to comment.