mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Update etcd makefile to build 3.0.4
This commit is contained in:
parent
93f802b1a6
commit
d22e7a1b4a
@ -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)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
.PHONY: build push
|
.PHONY: build push
|
||||||
|
Loading…
Reference in New Issue
Block a user