Commit dfa3b864 authored by Matthew Holt's avatar Matthew Holt

Who uses 32-bit Mac anyway. :P

parent 2dca50de
......@@ -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"},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment