Explicitly set darwin-10.15 when building binaries
This commit is contained in:
parent
8b2b996e7a
commit
86a9d2e9f3
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ func (Release) Linux() error {
|
|||
|
||||
// Builds binaries for darwin
|
||||
func (Release) Darwin() error {
|
||||
return runXgo("darwin/*")
|
||||
return runXgo("darwin-10.15/*")
|
||||
}
|
||||
|
||||
// Compresses the built binaries in dist/binaries/ to reduce their filesize
|
||||
|
|
Loading…
Reference in a new issue