Skip to content

Commit

Permalink
fixed makefile for goreleaser v2 changes (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys authored Jul 30, 2024
1 parent a468516 commit 047b7a7
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 @@ -15,7 +15,7 @@ build:
CGO_ENABLED=0 go build -o bin ./cmd/...;\

build-all: fmt vet
goreleaser build --rm-dist --snapshot
goreleaser build --clean --snapshot

install:
rm -rf cmd/hauler/binaries;\
Expand Down

0 comments on commit 047b7a7

Please sign in to comment.