diff --git a/Makefile b/Makefile index 3cc9f5c..ae7b306 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ fmt: package: @sh -c "'$(CURDIR)/scripts/package.sh'" +.PHONY: crossbuild crossbuild: goxz -pv=v${VERSION} -build-ldflags="-X main.GitCommit=${REVISION}" \ -arch=386,amd64 -d=./pkg/dist/v${VERSION} \