Skip to content

Commit 5afb253

Browse files
committed
fixup! fixup! fixup! chore: add xBSD pipelines
Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
1 parent b0c0868 commit 5afb253

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Makefile.common

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,7 @@ common-unused:
201201
.PHONY: common-build
202202
common-build: promu
203203
@echo ">> building binaries"
204-
@$(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
205-
@# 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.
206-
@if [ "$(GOHOSTOS)" = "darwin" ]; then \
207-
if command -v codesign > /dev/null 2>&1; then \
208-
codesign --sign - --force --preserve-metadata=entitlements,requirements,flags,runtime node_exporter >/dev/null 2>&1; \
209-
fi; \
210-
fi
204+
$(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
211205

212206
.PHONY: common-tarball
213207
common-tarball: promu

0 commit comments

Comments
 (0)