mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-11 11:42:15 +02:00
docs: improvements
This commit is contained in:
parent
4c71455daf
commit
2f875c7d8e
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user