diff --git a/Makefile b/Makefile
index 7fdfcd085dff67f95599d5363baa64c69947efb6..92e0dda3fc0f5c0609c82154ef20c07aba6f3da9 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ dep:
 	@go get github.com/mitchellh/gox
 
 build: dep
-	@gox -output="${CI_PROJECT_DIR}/eth-log-alerting-builds/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=4
+	@gox -output="${CI_PROJECT_DIR}/eth-log-alerting-builds/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=4 -osarch '!darwin/386'
 
 clean:
 	@rm -f $(PROJECT_NAME)