File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ GITHUB_REPOSITORY ?= grafana/pyroscope
22
33.PHONY: tools/update_examples
44tools/update_examples:
5- docker buildx build --platform $(IMAGE_PLATFORM) -t update_pyroscope_examples -f tools/update_examples.Dockerfile tools
6- docker run --rm --platform=$(IMAGE_PLATFORM) -e GITHUB_TOKEN=$(GITHUB_TOKEN) -v$(shell pwd):/pyroscope -w /pyroscope update_pyroscope_examples bash -l -c "go run tools/update_examples.go"
5+ docker buildx build --platform linux/amd64 -t update_pyroscope_examples -f tools/update_examples.Dockerfile tools
6+ docker run --rm --platform=linux/amd64 -e GITHUB_TOKEN=$(GITHUB_TOKEN) -v$(shell pwd):/pyroscope -w /pyroscope update_pyroscope_examples bash -l -c "go run tools/update_examples.go"
77
88.PHONY: tools/update_examples_pr
99tools/update_examples_pr:
Original file line number Diff line number Diff line change 11
2- ARG NODE_VERSION=node:18
2+ ARG NODE_VERSION=node:25
33
44FROM ${NODE_VERSION} AS node
55
You can’t perform that action at this time.
0 commit comments