Skip to content

Commit

Permalink
Merge pull request helm#4190 from alicefr/pr_s390
Browse files Browse the repository at this point in the history
Add s390 architecture in TARGETS
  • Loading branch information
Matthew Fisher authored Jun 8, 2018
2 parents 1fe65ca + c19dea1 commit 4e5139b
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 @@ -2,7 +2,7 @@ DOCKER_REGISTRY ?= gcr.io
IMAGE_PREFIX ?= kubernetes-helm
SHORT_NAME ?= tiller
SHORT_NAME_RUDDER ?= rudder
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
DIST_DIRS = find * -type d -exec
APP = helm

Expand Down

0 comments on commit 4e5139b

Please sign in to comment.