mirror of https://github.com/kubernetes/kops.git
Add more pure builds
This commit is contained in:
parent
2db1d17a64
commit
c26dcd1b86
5
Makefile
5
Makefile
|
@ -600,13 +600,12 @@ bazel-test:
|
|||
|
||||
.PHONY: bazel-build
|
||||
bazel-build:
|
||||
bazel build //cmd/... //pkg/... //channels/... //nodeup/... //protokube/... //dns-controller/... //util/...
|
||||
bazel build --features=pure //cmd/... //pkg/... //channels/... //nodeup/... //protokube/... //dns-controller/... //util/...
|
||||
|
||||
.PHONY: bazel-build-cli
|
||||
bazel-build-cli:
|
||||
bazel build //cmd/kops/...
|
||||
bazel build --features=pure //cmd/kops/...
|
||||
|
||||
# Not working yet, but we can hope
|
||||
.PHONY: bazel-crossbuild-kops
|
||||
bazel-crossbuild-kops:
|
||||
bazel build --features=pure --experimental_platforms=@io_bazel_rules_go//go/toolchain:darwin_amd64 //cmd/kops/...
|
||||
|
|
Loading…
Reference in New Issue