Skip to content

Commit

Permalink
fix(cli): Statically compile the CLI
Browse files Browse the repository at this point in the history
Statically compiles the CLI so version changes of the dependecnies don't cause dependency hell in Homebrew.
  • Loading branch information
jphastings committed Dec 15, 2023
1 parent cfc9aae commit 54bd5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ builds:
flags:
- -mod=readonly
ldflags:
- -s -w
- -s -w -extldflags=-static
- id: mac-intel
main: ./cmd/postcards
binary: postcards
Expand Down

0 comments on commit 54bd5a1

Please sign in to comment.