Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Getting error when performing the release: `clang: error: argument unused during compilation: '-arch x86_64' [-Werror,-Wunused-command-line-argument] ` It seems like CGO [isn't supported with goreleaser](https://goreleaser.com/cookbooks/cgo-and-crosscompiling/) and instead it recommends using [goreleaser-cross](https://github.com/goreleaser/goreleaser-cross) instead. example goreleaser file is shown here: https://github.com/goreleaser/goreleaser-cross-example/blob/master/.goreleaser.yaml. This may be tricky to do, as we would be having to different goreleasers running, one for cross compliatied binaries and the other for native binaries. In the meantime, rolling back change.
- Loading branch information