Commit 83ef6391 authored by Adam Reese's avatar Adam Reese Committed by GitHub

Merge pull request #1839 from ravishivt/issue/1804

Add linux/arm64 to cross-compile targets.
parents 6ce099ba 0378b4a1
DOCKER_REGISTRY ?= gcr.io
IMAGE_PREFIX ?= kubernetes-helm
SHORT_NAME ?= tiller
TARGETS = darwin/amd64 linux/amd64 linux/386 linux/arm windows/amd64
TARGETS = darwin/amd64 linux/amd64 linux/386 linux/arm linux/arm64 windows/amd64
DIST_DIRS = find * -type d -exec
APP = helm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment