Who uses 32-bit Mac anyway. :P

This commit is contained in:
Matthew Holt
2016-04-09 00:40:37 -06:00
parent 2dca50dee8
commit dfa3b8645d
-1
View File
@@ -138,7 +138,6 @@ func numProcs() int {
// builds, and we can add more upon request if there is
// enough demand.
var platforms = []platform{
{os: "darwin", arch: "386", archive: "zip"},
{os: "darwin", arch: "amd64", archive: "zip"},
{os: "freebsd", arch: "386", archive: "tar.gz"},
{os: "freebsd", arch: "amd64", archive: "tar.gz"},