0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-06 22:40:31 -05:00

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
No known key found for this signature in database
GPG key ID: 0D97CC73664F4D03

1
dist/automate.go vendored
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"},