Merge pull request #1424 from albertvaka/patch-1

Allow overriding the tag and registry
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-09-26 14:26:08 -07:00 committed by GitHub
commit 6e24dc68f7

View file

@ -13,8 +13,8 @@
# limitations under the License. # limitations under the License.
# 0.0.0 shouldn't clobber any released builds # 0.0.0 shouldn't clobber any released builds
TAG = 0.25 TAG ?= 0.25
REGISTRY = gcr.io/google_containers REGISTRY ?= gcr.io/google_containers
ARCH ?= $(shell go env GOARCH) ARCH ?= $(shell go env GOARCH)
ALL_ARCH = amd64 arm arm64 ppc64le ALL_ARCH = amd64 arm arm64 ppc64le