Skip to content

Commit

Permalink
#258 fix windows package target
Browse files Browse the repository at this point in the history
  • Loading branch information
arnecls committed Oct 30, 2019
1 parent 7b656c0 commit b495687
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 @@ -46,7 +46,7 @@ pi:
win:
@echo "\033[0;33mBuilding for Windows/x64\033[0;0m"
@GOOS=windows GOARCH=amd64 $(GO_ENV) go build $(GO_FLAGS) -tags="$(TAGS_GOLLUM)" -o gollum.exe
@zip dist/gollum-$(GOLLUM_VERSION)-Windows_x64.zip gollum
@zip dist/gollum-$(GOLLUM_VERSION)-Windows_x64.zip gollum.exe

.PHONY: docker # Build the gollum docker image
docker:
Expand Down

0 comments on commit b495687

Please sign in to comment.