Skip to content

Commit

Permalink
explicitly disable dynamic library linking in docker image (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatprabha authored and baskarap committed Dec 16, 2019
1 parent eb42535 commit bf4aace
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ builds:
- 386
env:
- CGO_ENABLED=1
ldflags:
- -w -s -extldflags "-static"
- id: darkroom_windows_32bit
main: .
goos:
Expand Down

0 comments on commit bf4aace

Please sign in to comment.