Commit d22e7a1b authored by Timothy St. Clair's avatar Timothy St. Clair

Update etcd makefile to build 3.0.4

parent 93f802b1
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# Usage: # Usage:
# [TAG=2.2.1] [REGISTRY=gcr.io/google_containers] [ARCH=amd64] [BASEIMAGE=busybox] make (build|push) # [TAG=2.2.1] [REGISTRY=gcr.io/google_containers] [ARCH=amd64] [BASEIMAGE=busybox] make (build|push)
TAG?=3.0.3 TAG?=3.0.4
ARCH?=amd64 ARCH?=amd64
REGISTRY?=gcr.io/google_containers REGISTRY?=gcr.io/google_containers
GOLANG_VERSION?=1.6.3 GOLANG_VERSION?=1.6.3
...@@ -78,4 +78,4 @@ ifeq ($(ARCH),amd64) ...@@ -78,4 +78,4 @@ ifeq ($(ARCH),amd64)
endif endif
all: build all: build
.PHONY: build push .PHONY: build push
\ No newline at end of file
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