1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/www/docs/customization/reportsizes.md

27 lines
522 B
Markdown
Raw Normal View History

# Report Sizes
> Since v1.18
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:
```yaml
# .goreleaser.yaml
# Whether to enable the size reporting or not.
report_sizes: true
```