Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pingcap/monitoring): support build for tag creating triggers (#262)
For example: run: "./packages/scripts/gen-package-artifacts-with-config.sh monitoring darwin amd64 v7.1.1 release v8.0.0 ''" output: ```bash function build() { export TARGET=release-8.0 export TARGET_OS=darwin TARGET_ARCH=amd64 make grafana_without_pull make default -C ng-monitoring make output/prometheus echo "building finished." } ``` Signed-off-by: wuhuizuo <wuhuizuo@126.com> Signed-off-by: wuhuizuo <wuhuizuo@126.com>
- Loading branch information