Skip to content

Commit

Permalink
build static binaries (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinelfrink committed Feb 2, 2024
1 parent 76fe452 commit dd1a455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ builds:
binary: kubeaudit
ldflags:
- -s -w -X github.com/Shopify/kubeaudit/cmd.Version={{.Version}} -X github.com/Shopify/kubeaudit/cmd.Commit={{.Commit}} -X github.com/Shopify/kubeaudit/cmd.BuildDate={{.Date}}
buildmode: c-archive

changelog:
sort: asc
Expand Down

0 comments on commit dd1a455

Please sign in to comment.