Removed i386 as a target for darwin, as it currently doesnt compile.
This commit is contained in:
parent
e7de5b5845
commit
7dd3b538ba
|
@ -77,7 +77,7 @@ targets = {
|
||||||
}
|
}
|
||||||
|
|
||||||
supported_builds = {
|
supported_builds = {
|
||||||
"darwin": [ "amd64", "i386" ],
|
"darwin": [ "amd64" ],
|
||||||
"windows": [ "amd64", "i386" ],
|
"windows": [ "amd64", "i386" ],
|
||||||
"linux": [ "amd64", "i386", "armhf", "armel", "arm64" ],
|
"linux": [ "amd64", "i386", "armhf", "armel", "arm64" ],
|
||||||
"freebsd": [ "amd64" ]
|
"freebsd": [ "amd64" ]
|
||||||
|
|
Loading…
Reference in New Issue