1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-26 04:22:05 +02:00
goreleaser/www/docs/customization/reportsizes.md
Carlos Alexandro Becker 7656591088
docs: big cleanup (#4943)
- standarize some notations
- remove since v1.* remarks, as we are now in v2
2024-06-19 11:44:22 -03:00

499 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:

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