Skip to content

Commit

Permalink
Try to debug more
Browse files Browse the repository at this point in the history
Signed-off-by: Alper Polat <[email protected]>
  • Loading branch information
gitperr committed Feb 7, 2024
1 parent 3171add commit 35ead6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
- run: docker run --privileged linuxkit/binfmt:af88a591f9cc896a52ce596b9cf7ca26a061ef97
- run: promu crossbuild -v --parallelism $CIRCLE_NODE_TOTAL --parallelism-thread $CIRCLE_NODE_INDEX
- run: promu --config .promu-cgo.yml crossbuild -v --parallelism $CIRCLE_NODE_TOTAL --parallelism-thread $CIRCLE_NODE_INDEX
- run: ls -la
- run: ls -la .build/darwin-arm64
- run: pwd
# sign the darwin build so it doesn't get SIGKILLed on start, see: https://github.com/prometheus/node_exporter/issues/2539
- run: docker run --entrypoint "rcodesign" --rm -v "$(pwd)/.build:/build" quay.io/prometheus/golang-builder:1.21-main sign /build/darwin-arm64/node_exporter
- run: docker run --entrypoint "rcodesign" --rm -v "$(pwd)/.build/darwin-arm64/node_exporter:/app/node_exporter" quay.io/prometheus/golang-builder:1.21-main sign /app/node_exporter
- persist_to_workspace:
root: .
paths:
Expand Down

0 comments on commit 35ead6f

Please sign in to comment.