Skip to content

Commit

Permalink
remove windows binary.
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Dec 7, 2016
1 parent fa89f27 commit e49c13c
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 @@ -9,7 +9,7 @@ DEPLOY_IMAGE := $(EXECUTABLE)
DEPLOY_WEBHOOK_IMAGE := "$(EXECUTABLE)-webhook"

SHA := $(shell git rev-parse --short HEAD)
TARGETS ?= linux/*,darwin/*,windows/*
TARGETS ?= linux/*,darwin/*
PACKAGES ?= $(shell go list ./... | grep -v /vendor/)
SOURCES ?= $(shell find . -name "*.go" -type f)
TAGS ?=
Expand Down

0 comments on commit e49c13c

Please sign in to comment.