Add s390x build target

Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>
pull/6988/head
Dean Coakley 5 years ago
parent 84de17e7e5
commit d2ab24c7bf

@ -1,6 +1,6 @@
BINDIR := $(CURDIR)/bin
DIST_DIRS := find * -type d -exec
TARGETS := darwin/amd64 linux/amd64 linux/386 linux/arm linux/arm64 linux/ppc64le windows/amd64
TARGETS := darwin/amd64 linux/amd64 linux/386 linux/arm linux/arm64 linux/ppc64le linux/s390x windows/amd64
BINNAME ?= helm
GOPATH = $(shell go env GOPATH)

Loading…
Cancel
Save