Merge pull request #23289 from pwittrock/move-serve-hostname

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2016-03-26 11:20:12 -07:00
commit 25d94e80e0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ all: serve_hostname
TAG = v1.4
PREFIX = gcr.io/google_containers
TEST_PREFIX = gcr.io/_b_k8s_authenticated_test
TEST_PREFIX = b.gcr.io/k8s_authenticated_test
serve_hostname: serve_hostname.go
CGO_ENABLED=0 go build -a -installsuffix cgo --ldflags '-w' ./serve_hostname.go