Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
fix: build statically for windows (libgcc)
Browse files Browse the repository at this point in the history
  • Loading branch information
ig-ra committed Apr 9, 2024
1 parent 2512262 commit d34fe77
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 @@ -64,7 +64,7 @@ builds:
flags:
- -mod=readonly
ldflags:
- -s -w -X main.version={{.Version}}
- -s -w -X main.version={{.Version}} -extldflags=-static

source:
enabled: false
Expand Down

0 comments on commit d34fe77

Please sign in to comment.