Skip to content

Commit

Permalink
static build
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Jan 16, 2020
1 parent c08260c commit 4b86ce9
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 @@ -45,7 +45,7 @@ bump: devel-deps

.PHONY: crossbuild
crossbuild: build
./goxz -pv=v$(VERSION) -build-ldflags=$(BUILD_LDFLAGS) \
./goxz -pv=v$(VERSION) -static -build-ldflags=$(BUILD_LDFLAGS) \
-d=./dist/v$(VERSION) ./cmd/goxz

.PHONY: upload
Expand Down

0 comments on commit 4b86ce9

Please sign in to comment.