1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-04-11 11:42:15 +02:00

docs: improvements

This commit is contained in:
Carlos A Becker 2022-10-12 01:12:38 -03:00
parent 4c71455daf
commit 2f875c7d8e
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 11 additions and 3 deletions

View File

@ -1,13 +1,13 @@
# Splitting and Merging builds
GoReleaser can also split and merge builds.
> Since: v1.12.0-pro.
!!! success "GoReleaser Pro"
This subcommand is a [GoReleaser Pro feature](https://goreleaser.com/pro/).
You can now split and merge builds.
This can help in several areas:
This feature can help in some areas:
1. CGO, as you can build each platform in their target OS and merge later;
1. Native packaging and signing for Windows and macOS (more features for this

View File

@ -164,6 +164,14 @@ Use it for testing out new features only.
=== "Pro"
Download the pre-compiled binaries from the [nightly release][nighly-pro-releases] and copy them to the desired location.
### bash script
=== "Pro"
```bash
curl -sfL https://goreleaser.com/static/run |
VERSION=nightly DISTRIBUTION=pro bash -s -- release --rm-dist
```
#### docker
=== "Pro"