From dfa3b8645d773a0bab83e3f055c8aa54d564c2b8 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Sat, 9 Apr 2016 00:40:37 -0600 Subject: [PATCH] Who uses 32-bit Mac anyway. :P --- dist/automate.go | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/automate.go b/dist/automate.go index 469e5c41d..afe576507 100644 --- a/dist/automate.go +++ b/dist/automate.go @@ -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"},