1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

docs: clarify binary format

closes #1490

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-05-10 12:50:07 -03:00
parent 3841505619
commit 6433f8649d
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -121,3 +121,13 @@ extracted with something like `gzip -d file.gz`.
Multiple builds will also not work in this case and will be handled on
[#705](https://github.com/goreleaser/goreleaser/issues/705).
## Disable archiving
You can do that by setting `format` to `binary`:
```yaml
# goreleaser.yml
archives:
- format: binary
```