Skip to content

Commit

Permalink
ensure build is static
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinAzoff committed Mar 12, 2018
1 parent bfcacf6 commit 2cac649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ builds:
goarm:
- "6"
main: .
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -extldflags "-static"
binary: ssh-auditor
archive:
format: tar.gz
Expand Down

0 comments on commit 2cac649

Please sign in to comment.