mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
docs: update prebuilt opts
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
715b1c2d64
commit
b654a31160
@ -344,11 +344,13 @@ builds:
|
||||
- amd64
|
||||
- arm64
|
||||
|
||||
# Path must be the template path to the binaries.
|
||||
# GoReleaser removes the `dist` folder before running, so you will likely
|
||||
# want to put the binaries elsewhere.
|
||||
# This field is required when using the `prebuilt` builder.
|
||||
path: output/mybin_{{ .Os }}_{{ .Arch }}
|
||||
# prebuilt specific options
|
||||
prebuilt:
|
||||
# Path must be the template path to the binaries.
|
||||
# GoReleaser removes the `dist` folder before running, so you will likely
|
||||
# want to put the binaries elsewhere.
|
||||
# This field is required when using the `prebuilt` builder.
|
||||
path: output/mybin_{{ .Os }}_{{ .Arch }}
|
||||
```
|
||||
|
||||
This example config will import into your release pipeline the following binaries:
|
||||
|
Loading…
x
Reference in New Issue
Block a user