mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-21 09:00:57 +01:00
Update build (#1041)
Update build * Update to Go 1.10. * Enable `ppc64le` build. * Enable MIPS builds. Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
0662673ad6
commit
099c1527f1
@ -33,7 +33,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- run: make promu
|
||||
- run: promu crossbuild -v --go 1.9
|
||||
- run: promu crossbuild -v --go 1.10
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
paths:
|
||||
|
@ -26,6 +26,8 @@ crossbuild:
|
||||
- netbsd/386
|
||||
- linux/arm
|
||||
- linux/arm64
|
||||
# Temporarily deactivated as this does not currently build with promu.
|
||||
#- linux/mips64
|
||||
#- linux/mips64le
|
||||
- linux/mips
|
||||
- linux/mipsle
|
||||
- linux/mips64
|
||||
- linux/mips64le
|
||||
- linux/ppc64le
|
||||
|
Loading…
Reference in New Issue
Block a user