summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames Nugent <james@jen20.com>2017-05-18 18:09:15 -0500
committerDave Henderson <dhenderson@gmail.com>2017-05-18 21:24:25 -0400
commit811a4b73f086a20c99193dc8316c514d1c97607e (patch)
tree2b8063d647c5a32dab51a6c2670ba53dc8a92cc8 /Makefile
parent8218e45cbcc756333bee6b6245ef5a4c2aaa273f (diff)
Add `solaris-amd64` build target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index de303734..25694645 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ VERSION ?= `git describe --abbrev=0 --tags $(git rev-list --tags --max-count=1)
COMMIT_FLAG := -X `go list ./version`.GitCommit=$(COMMIT)
VERSION_FLAG := -X `go list ./version`.Version=$(VERSION)
-platforms := linux-amd64 linux-386 linux-arm linux-arm64 darwin-amd64 windows-amd64.exe windows-386.exe
+platforms := linux-amd64 linux-386 linux-arm linux-arm64 darwin-amd64 solaris-amd64 windows-amd64.exe windows-386.exe
define gocross
GOOS=$(1) GOARCH=$(2) \