Skip to content
Snippets Groups Projects
Unverified Commit a3fa445a authored by Michael Muré's avatar Michael Muré
Browse files

release: don't build for darwin/386 as support has been removed in golang

parent e814bcf1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment