1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-19 20:57:53 +02:00
goreleaser/www/docs/customization/reportsizes.md
Carlos Alexandro Becker a23c9df16b
docs: minor docs improvements (#5320)
- better styling
- short codes
- no 404 on unreleased `Since: ` block
2024-11-29 11:17:45 -03:00

505 B

Report Sizes

You might want to enable this if you want to keep an eye on your binary/package sizes.

It'll report the size of each artifact of the following types to the build output, as well as on dist/artifacts.json:

  • Binary
  • UniversalBinary
  • UploadableArchive
  • PublishableSnapcraft
  • LinuxPackage
  • CArchive
  • CShared
  • Header

Here's the available configuration options:

# Whether to enable the size reporting or not.
report_sizes: true