1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-27 01:33:39 +02:00

docs: clarify build.overrides

refs #5322
This commit is contained in:
Carlos Alexandro Becker 2024-11-29 15:08:15 -03:00
parent 8f0cede737
commit 112974e7e4
No known key found for this signature in database

View File

@ -269,7 +269,9 @@ builds:
# Overrides allows to override some fields for specific targets.
# This can be specially useful when using CGO.
# Note: it'll only match if the full target matches.
#
# Attention: you need to set at least goos and goarch, otherwise it won't
# match anything.
overrides:
- goos: darwin
goarch: amd64