Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
fix static link libraries for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBeR182 committed Jul 11, 2024
1 parent 7e8696a commit b942535
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 b942535

Please sign in to comment.