Skip to content

Conversation

arcanericky
Copy link
Contributor

  • Inject tagged version into released binary
    • No more need to modify source for each version
  • Reduce size of released binaries
    • -s: Omit symbol and debug info
    • -w: Omit DWARF symbol table
  • Builds for more platforms as might have been originally intended
  • Git ignore files in dist/
    • Helps with testing GoReleaser locally with a command such as goreleaser --skip-publish --rm-dist

Copy link
Owner

@reugn reugn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @arcanericky .

@reugn reugn merged commit e991b85 into reugn:develop Nov 17, 2021
@arcanericky arcanericky deleted the release branch November 18, 2021 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants