diff --git a/Makefile b/Makefile
index 729192e782a06ba114727503d54d091795b1bdbf..14cf444d357fc99997572d186e8893570cb1e825 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ install:
 .PHONY: releases
 releases:
 	go generate
-	go run github.com/mitchellh/gox@v1.0.1 -ldflags "$(LDFLAGS)" -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"
+	go run github.com/mitchellh/gox@v1.0.1 -ldflags "$(LDFLAGS)" -osarch '!darwin/386' -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"
 
 secure: secure-practices secure-vulnerabilities