aboutsummaryrefslogtreecommitdiff
path: root/.promu.yml
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 /.promu.yml
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>
Diffstat (limited to '.promu.yml')
-rw-r--r--.promu.yml8
1 files changed, 5 insertions, 3 deletions
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