This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 356
Go1.15 deprecates 32-bit macOS builds #146
Comments
Yep, seen this too with:
|
Hello, Any solution for this? Thanks. |
I looked at the solution done in the repo linked above by @Mic92. |
I blacklisted it in my github action as well. |
sue445
added a commit
to sue445/gitpanda
that referenced
this issue
Oct 4, 2020
`darwin/386` is dropped since go 1.15 ``` --> darwin/386 error: exit status 2 Stderr: cmd/go: unsupported GOOS/GOARCH pair darwin/386 ``` https://app.circleci.com/pipelines/github/sue445/gitpanda/1037/workflows/a60fc726-fbda-46e6-8bda-d3fdb3ff0b18/jobs/5190 So I dropped this. mitchellh/gox#146 (comment)
patrickjahns
added a commit
to patrickjahns/openvpn_exporter
that referenced
this issue
Dec 26, 2020
polyrabbit
added a commit
to polyrabbit/my-token
that referenced
this issue
Feb 21, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://golang.org/doc/go1.15#darwin
Currently gox still tries to build it, which fails: https://github.com/Mic92/nix-build-uncached/pull/16/checks?check_run_id=1033209325#step:6:32
The text was updated successfully, but these errors were encountered: