Skip to content
🎉 GoReleaser v2.16 is out! with Immutable releases, Node.js builds, and more!
Report Sizes

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
Last updated on