We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b7975 commit 145bad7Copy full SHA for 145bad7
Makefile
@@ -66,6 +66,11 @@ preflight-e2e-test:
66
support-bundle-e2e-test:
67
./test/validate-support-bundle-e2e.sh
68
69
+# Build all binaries in parallel ( -j )
70
+build:
71
+ @echo "Build cli binaries"
72
+ $(MAKE) -j support-bundle preflight analyze collect
73
+
74
.PHONY: support-bundle
75
support-bundle:
76
go build ${BUILDFLAGS} ${LDFLAGS} -o bin/support-bundle github.com/replicatedhq/troubleshoot/cmd/troubleshoot
0 commit comments