Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.goxc.json: list os/arch explicitly to avoid darwin/386
Go 1.15 drops support for darwin/386 GOOS/GOARCH pair [1]. So, we have to skip this pair, and thus cannot use simple os multiply arch anymore. Switch to goxc's BuildConstraints config, which uses the same syntax as Go's build constraint header [2]. [1] golang/go#37610 [2] https://golang.org/cmd/go/#hdr-Build_constraints
- Loading branch information