Skip to content

Commit

Permalink
Move static flags to fleet from fleetctl (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwass committed Aug 12, 2021
1 parent 09b561d commit b21ca54
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 @@ -26,6 +26,7 @@ builds:
- -tags=full,fts5
- -trimpath
ldflags:
- -extldflags "-static"
- -X github.com/kolide/kit/version.appName={{ .ArtifactName }}
- -X github.com/kolide/kit/version.version={{ .Version }}
- -X github.com/kolide/kit/version.branch={{ .Branch }}
Expand All @@ -47,7 +48,6 @@ builds:
flags:
- -trimpath
ldflags:
- -extldflags "-static"
- -X github.com/kolide/kit/version.appName={{ .ArtifactName }}
- -X github.com/kolide/kit/version.version={{ .Version }}
- -X github.com/kolide/kit/version.branch={{ .Branch }}
Expand Down

0 comments on commit b21ca54

Please sign in to comment.