Commit 6cd73690 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #18669 from luxas/kube2sky_remove_amd_only

Auto commit by PR queue bot
parents 47aece40 cff9c2f9
...@@ -10,7 +10,7 @@ PREFIX = gcr.io/google_containers ...@@ -10,7 +10,7 @@ PREFIX = gcr.io/google_containers
all: container all: container
kube2sky: kube2sky.go kube2sky: kube2sky.go
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 godep go build -a -installsuffix cgo --ldflags '-w' ./kube2sky.go GOOS=linux CGO_ENABLED=0 godep go build -a -installsuffix cgo --ldflags '-w' ./kube2sky.go
container: kube2sky container: kube2sky
docker build -t $(PREFIX)/kube2sky:$(TAG) . docker build -t $(PREFIX)/kube2sky:$(TAG) .
......
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