Commit 25d94e80 authored by k8s-merge-robot's avatar k8s-merge-robot

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

Auto commit by PR queue bot
parents 1ad3049e d1d6650e
...@@ -16,7 +16,7 @@ all: serve_hostname ...@@ -16,7 +16,7 @@ all: serve_hostname
TAG = v1.4 TAG = v1.4
PREFIX = gcr.io/google_containers 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 serve_hostname: serve_hostname.go
CGO_ENABLED=0 go build -a -installsuffix cgo --ldflags '-w' ./serve_hostname.go CGO_ENABLED=0 go build -a -installsuffix cgo --ldflags '-w' ./serve_hostname.go
......
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