Skip to content

Commit bd93dad

Browse files
authored
Re-merge Circle-CI setup (#5)
1 parent 5107622 commit bd93dad

File tree

11 files changed

+426
-26
lines changed

11 files changed

+426
-26
lines changed

.promu.yml

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
go: 1.6.3
22
verbose: false
33
repository:
4-
path: github.com/deathowl/zookeeper_exporter
4+
path: github.com/carlpett/zookeeper_exporter
55
build:
6-
prefix: .
7-
binaries:
8-
- name: zookeeper_exporter
9-
path: .
106
flags: -a -tags netgo
117
ldflags: |
128
-s
@@ -20,24 +16,26 @@ tarball:
2016
crossbuild:
2117
platforms:
2218
- linux/amd64
23-
- linux/386
2419
- darwin/amd64
25-
- darwin/386
26-
- windows/amd64
27-
- windows/386
28-
- freebsd/amd64
29-
- freebsd/386
30-
- openbsd/amd64
31-
- openbsd/386
32-
- netbsd/amd64
33-
- netbsd/386
34-
- dragonfly/amd64
35-
- linux/arm
36-
- linux/arm64
37-
- freebsd/arm
38-
- openbsd/arm
39-
- netbsd/arm
40-
- linux/ppc64
41-
- linux/ppc64le
42-
- linux/mips64
43-
- linux/mips64le
20+
# Below varieties are not enabled due to lack of request and to speed up build times
21+
# Can be added if needed
22+
#- darwin/386
23+
#- linux/386
24+
#- freebsd/amd64
25+
#- freebsd/386
26+
#- windows/amd64
27+
#- windows/386
28+
#- openbsd/amd64
29+
#- openbsd/386
30+
#- netbsd/amd64
31+
#- netbsd/386
32+
#- dragonfly/amd64
33+
#- linux/arm
34+
#- linux/arm64
35+
#- freebsd/arm
36+
#- openbsd/arm
37+
#- netbsd/arm
38+
#- linux/ppc64
39+
#- linux/ppc64le
40+
#- linux/mips64
41+
#- linux/mips64le

vendor/github.com/prometheus/promu/AUTHORS.md

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/promu/CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/promu/LICENSE

Lines changed: 202 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/promu/Makefile

Lines changed: 57 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/promu/NOTICE

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)