fixup! fixup! fixup! chore: add xBSD pipelines

Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
pull/3239/head
Pranshu Srivastava 2024-12-25 08:27:13 +05:30 committed by Johannes 'fish' Ziemke
parent 84ba99722c
commit 5340ad60c0
1 changed files with 1 additions and 7 deletions

View File

@ -201,13 +201,7 @@ common-unused:
.PHONY: common-build .PHONY: common-build
common-build: promu common-build: promu
@echo ">> building binaries" @echo ">> building binaries"
@$(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES) $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
@# Use the codesign binary directly instead of `promu codesign` as it depends on an image that doesn't support linux/arm64 (w.r.t. darwin's rosetta emulation) yet.
@if [ "$(GOHOSTOS)" = "darwin" ]; then \
if command -v codesign > /dev/null 2>&1; then \
codesign --sign - --force --preserve-metadata=entitlements,requirements,flags,runtime node_exporter >/dev/null 2>&1; \
fi; \
fi
.PHONY: common-tarball .PHONY: common-tarball
common-tarball: promu common-tarball: promu