From 5340ad60c08b6d42e8231b7e140bbd04f4e0eea4 Mon Sep 17 00:00:00 2001 From: Pranshu Srivastava Date: Wed, 25 Dec 2024 08:27:13 +0530 Subject: [PATCH] fixup! fixup! fixup! chore: add xBSD pipelines Signed-off-by: Pranshu Srivastava --- Makefile.common | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile.common b/Makefile.common index cd0e4763..d1576bb3 100644 --- a/Makefile.common +++ b/Makefile.common @@ -201,13 +201,7 @@ common-unused: .PHONY: common-build common-build: promu @echo ">> building 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 + $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES) .PHONY: common-tarball common-tarball: promu