build: drop macOS 386 build as it is no longer supported by go1.15

The go team made the decision to drop support for 32 bit macOS as 32
bit apps are no longer supported by macOS and 32 bit hardware hasn't
been produced by Apple for over 10 years.
This commit is contained in:
Nick Craig-Wood
2020-08-09 12:59:17 +01:00
parent db56d30078
commit 01280798e9
3 changed files with 3 additions and 4 deletions

View File

@@ -45,7 +45,6 @@ var (
var osarches = []string{
"windows/386",
"windows/amd64",
"darwin/386",
"darwin/amd64",
"linux/386",
"linux/amd64",