Commit cff9c2f9 authored by Lucas Käldström's avatar Lucas Käldström

Don't restrict kube2sky to build only for amd64, make possible for arm too

parent 505d12a9
...@@ -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