Skip to content

Commit ffb7879

Browse files
committed
fix: static linking
1 parent 54acebc commit ffb7879

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

quantumd/.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ builds:
1212
- -tags=musl
1313
ldflags:
1414
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
15+
- -extldflags "-static"
1516

1617
archives:
1718
- formats: ["binary", "tar.gz"]

0 commit comments

Comments
 (0)