chore: Ensure Admin UI is included in pprof build

Co-authored-by: ddedbko <Damian3395@gmail.com>
pull/6419/head
Michael Li 1 week ago
parent a4f88e7888
commit ef166d3bc1

@ -67,6 +67,7 @@ install-no-plugins: install
.PHONY: build-pprof
build-pprof: BUILD_TAGS+=pprof
build-pprof: BUILD_TAGS+=ui
build-pprof:
@echo "==> Building Boundary with memory pprof enabled"
@CGO_ENABLED=$(CGO_ENABLED) BUILD_TAGS='$(BUILD_TAGS)' sh -c "'$(CURDIR)/scripts/build.sh'"

Loading…
Cancel
Save