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:
parent
3841505619
commit
6433f8649d
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user