12 lines
456 B
Diff
12 lines
456 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -214,7 +214,7 @@
|
|
build-ui: ## Build UI
|
|
(cd web/; pnpm install --frozen-lockfile; pnpm build)
|
|
|
|
-build-server: build-ui generate-openapi ## Build server
|
|
+build-server: ## Build server
|
|
CGO_ENABLED=${CGO_ENABLED} GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -tags '$(TAGS)' -ldflags '${LDFLAGS}' -o ${DIST_DIR}/woodpecker-server${BIN_SUFFIX} go.woodpecker-ci.org/woodpecker/v3/cmd/server
|
|
|
|
build-agent: ## Build agent
|