aboutsummaryrefslogtreecommitdiff
path: root/.promu.yml
diff options
context:
space:
mode:
Diffstat (limited to '.promu.yml')
-rw-r--r--.promu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.promu.yml b/.promu.yml
index 5df5e7a..63b0f69 100644
--- a/.promu.yml
+++ b/.promu.yml
@@ -7,7 +7,7 @@ repository:
7build: 7build:
8 binaries: 8 binaries:
9 - name: node_exporter 9 - name: node_exporter
10 flags: -mod=vendor -a -tags 'netgo static_build' 10 flags: -a -tags 'netgo static_build'
11 ldflags: | 11 ldflags: |
12 -X github.com/prometheus/common/version.Version={{.Version}} 12 -X github.com/prometheus/common/version.Version={{.Version}}
13 -X github.com/prometheus/common/version.Revision={{.Revision}} 13 -X github.com/prometheus/common/version.Revision={{.Revision}}