Add .gopath and generated code to the whitelist for gofmt.
parent
a2be50b318
commit
3a0c1b0230
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ out/minikube: out/minikube-$(GOOS)-$(GOARCH)
|
||||||
|
|
||||||
out/localkube: .gopath
|
out/localkube: .gopath
|
||||||
ifeq ($(GOOS),linux)
|
ifeq ($(GOOS),linux)
|
||||||
CGO_ENABLED=1 go build -v -ldflags="-s" -o $(BUILD_DIR)/localkube ./cmd/localkube
|
CGO_ENABLED=1 go build -ldflags="-s" -o $(BUILD_DIR)/localkube ./cmd/localkube
|
||||||
else
|
else
|
||||||
docker run -w /go/src/k8s.io/minikube -e GOPATH=/go -v $(shell pwd):/go/src/k8s.io/minikube golang:1.6 make out/localkube
|
docker run -w /go/src/k8s.io/minikube -e GOPATH=/go -v $(shell pwd):/go/src/k8s.io/minikube golang:1.6 make out/localkube
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue