gabor-boros / minutes

Sync worklogs between multiple time trackers, invoicing, and bookkeeping software.
https://gabor-boros.github.io/minutes/
MIT License
27 stars 2 forks source link

Add strip command call on post build #6

Closed gabor-boros closed 2 years ago

gabor-boros commented 2 years ago

The current post build hook has upx listed, but strip command call could be added too.

gabor-boros commented 2 years ago

The binary is already stripped by goreleaser (ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser)