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:
Ben Kochie 2018-08-13 17:26:55 +02:00 committed by GitHub
parent 0662673ad6
commit 099c1527f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -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:

View file

@ -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