mitchellh / gox

A dead simple, no frills Go cross compile tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go1.15 deprecates 32-bit macOS builds

Mic92 opened this issue · comments

Yep, seen this too with:

1 errors occurred:
--
44 | --> darwin/386 error: exit status 2
45 | Stderr: cmd/go: unsupported GOOS/GOARCH pair darwin/386

Hello,

Any solution for this?

Thanks.

I looked at the solution done in the repo linked above by @Mic92.
Here's the fix for me: metalmatze/digitalocean_exporter@60ab0b6
Essentially building everything except darwin/386.

I blacklisted it in my github action as well.