mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Don't strip debugging symbols from Orbit binary (#3477)
This commit is contained in:
parent
d377923750
commit
fa568575d0
1 changed files with 3 additions and 1 deletions
|
|
@ -16,8 +16,10 @@ builds:
|
|||
- windows
|
||||
goarch:
|
||||
- amd64
|
||||
flags:
|
||||
- -trimpath
|
||||
ldflags:
|
||||
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser
|
||||
- -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser
|
||||
hooks:
|
||||
post: ./orbit/tools/build/sign-macos.sh {{ .Path }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue