Skip to content

Commit

Permalink
Merge pull request #200 from OS-Mind/fix/signature_sequoia
Browse files Browse the repository at this point in the history
fix makefile: macOS error invalid signature
  • Loading branch information
vmarchese authored Oct 30, 2024
2 parents 5f3e919 + d018595 commit 8fe223c
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 8fe223c

Please sign in to comment.