Skip to content

Commit

Permalink
fix makefile: macOS Sequoia error invalid signature
Browse files Browse the repository at this point in the history
  • Loading branch information
efremropelato committed Oct 29, 2024
1 parent 15cfd2d commit 12f8cb4
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 @@ -63,7 +63,7 @@ generate:

compile:
@echo "Compiling"
go build -v -ldflags="-X 'github.com/jrnd-io/jr/pkg/cmd.Version=$(VERSION)' \
go build -v -ldflags="-s -w -X 'github.com/jrnd-io/jr/pkg/cmd.Version=$(VERSION)' \
-X 'github.com/jrnd-io/jr/pkg/cmd.GoVersion=$(GOVERSION)' \
-X 'github.com/jrnd-io/jr/pkg/cmd.BuildUser=$(USER)' \
-X 'github.com/jrnd-io/jr/pkg/cmd.BuildTime=$(TIME)'" \
Expand Down

0 comments on commit 12f8cb4

Please sign in to comment.