Explicitly set darwin-10.15 when building binaries

This commit is contained in:
kolaente 2021-02-18 21:35:45 +01:00
parent 8b2b996e7a
commit 86a9d2e9f3
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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