Skip to content

Commit

Permalink
Default id back in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tashian committed Jul 23, 2024
1 parent 1e4dc36 commit cf4934a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ $(PREFIX)/$(BINNAME):
goreleaser:
$Q mkdir -p $(PREFIX)
$Q $(GOOS_OVERRIDE) $(CGO_OVERRIDE) DEBUG=$(DEBUG) goreleaser build \
--id $(GORELEASER_BUILD_ID)
--id $(GORELEASER_BUILD_ID) \
--snapshot \
--single-target \
--clean \
Expand Down

0 comments on commit cf4934a

Please sign in to comment.