aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2018-08-13 17:26:55 +0200
committerGitHub <noreply@github.com>2018-08-13 17:26:55 +0200
commit099c1527f191e9715a42d338f0d89e34690a6d5b (patch)
tree25a4d0211d2d0bd6a06715b82d46a304db897dac
parent0662673ad6a626e93eb79bc784776a95164024a3 (diff)
downloadprometheus_node_collector-099c1527f191e9715a42d338f0d89e34690a6d5b.tar.bz2
prometheus_node_collector-099c1527f191e9715a42d338f0d89e34690a6d5b.tar.xz
prometheus_node_collector-099c1527f191e9715a42d338f0d89e34690a6d5b.zip
Update build (#1041)
Update build * Update to Go 1.10. * Enable `ppc64le` build. * Enable MIPS builds. Signed-off-by: Ben Kochie <superq@gmail.com>
-rw-r--r--.circleci/config.yml2
-rw-r--r--.promu.yml8
2 files changed, 6 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 25c5126..9abe4c2 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -33,7 +33,7 @@ jobs:
33 steps: 33 steps:
34 - checkout 34 - checkout
35 - run: make promu 35 - run: make promu
36 - run: promu crossbuild -v --go 1.9 36 - run: promu crossbuild -v --go 1.10
37 - persist_to_workspace: 37 - persist_to_workspace:
38 root: . 38 root: .
39 paths: 39 paths:
diff --git a/.promu.yml b/.promu.yml
index f3e7245..a607eaf 100644
--- a/.promu.yml
+++ b/.promu.yml
@@ -26,6 +26,8 @@ crossbuild:
26 - netbsd/386 26 - netbsd/386
27 - linux/arm 27 - linux/arm
28 - linux/arm64 28 - linux/arm64
29 # Temporarily deactivated as this does not currently build with promu. 29 - linux/mips
30 #- linux/mips64 30 - linux/mipsle
31 #- linux/mips64le 31 - linux/mips64
32 - linux/mips64le
33 - linux/ppc64le