Skip to content

Commit

Permalink
build(goreleaser): add -l*
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Mar 1, 2021
1 parent 4eceff6 commit 0b6ab8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -7,7 +7,7 @@ builds:
- main: ./cmd/manael/main.go
binary: manael
ldflags:
- -extldflags "-static"
- -extldflags "-static -laom -lm -lwebp"
env:
- CGO_ENABLED=1
goos:
Expand Down

0 comments on commit 0b6ab8f

Please sign in to comment.