Skip to content

Commit

Permalink
release: don't build for darwin/386 as support has been removed in go…
Browse files Browse the repository at this point in the history
…lang
  • Loading branch information
MichaelMure committed Nov 20, 2022
1 parent e814bcf commit a3fa445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a3fa445

Please sign in to comment.