Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gesquive committed Oct 31, 2017
1 parent 38ce5f2 commit 7184889
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 @@ -81,7 +81,7 @@ clean: ## Clean the directory tree
build-dist: gox
gox -verbose \
-ldflags "-X main.version=${VERSION} -X main.dirty=${GIT_DIRTY}" \
-os="linux darwin windows" \
-os="linux" \
-arch="amd64 386" \
-output="dist/{{.OS}}-{{.Arch}}/{{.Dir}}" .

Expand Down

0 comments on commit 7184889

Please sign in to comment.