File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 4949 - run : docker run --privileged linuxkit/binfmt:af88a591f9cc896a52ce596b9cf7ca26a061ef97
5050 - run : promu crossbuild -v --parallelism $CIRCLE_NODE_TOTAL --parallelism-thread $CIRCLE_NODE_INDEX
5151 - run : promu --config .promu-cgo.yml crossbuild -v --parallelism $CIRCLE_NODE_TOTAL --parallelism-thread $CIRCLE_NODE_INDEX
52+ # sign the darwin build so it doesn't get SIGKILLed on start, see: https://github.com/prometheus/node_exporter/issues/2539
53+ - run :
54+ command : |
55+ if [[ -f "$(pwd)/.build/darwin-arm64/node_exporter" ]]; then
56+ promu codesign "$(pwd)/.build/darwin-arm64/node_exporter"
57+ fi
58+
59+ if [[ -f "$(pwd)/.build/darwin-amd64/node_exporter" ]]; then
60+ promu codesign "$(pwd)/.build/darwin-amd64/node_exporter"
61+ fi
5262 - persist_to_workspace :
5363 root : .
5464 paths :
You can’t perform that action at this time.
0 commit comments