Skip to content

Commit

Permalink
Drop arch 386
Browse files Browse the repository at this point in the history
go 1.17.5 doesn't support darwin/386
  • Loading branch information
masutaka committed Dec 30, 2021
1 parent d7c21fa commit 116a94f
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 @@ -94,7 +94,7 @@ dist: cross-build
.PHONY: cross-build
cross-build: deps-cross-build
rm -rf pkg/*
gox -os="darwin linux windows" -arch="386 amd64" -output "pkg/{{.OS}}_{{.Arch}}/{{.Dir}}"
gox -os="darwin linux windows" -arch="amd64" -output "pkg/{{.OS}}_{{.Arch}}/{{.Dir}}"

.PHONY: deps-cross-build
deps-cross-build: deps statik/statik.go gox
Expand Down

0 comments on commit 116a94f

Please sign in to comment.