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: steps:
- checkout - checkout
- run: make promu - run: make promu
- run: promu crossbuild -v --go 1.9 - run: promu crossbuild -v --go 1.10
- persist_to_workspace: - persist_to_workspace:
root: . root: .
paths: paths:

View File

@ -26,6 +26,8 @@ crossbuild:
- netbsd/386 - netbsd/386
- linux/arm - linux/arm
- linux/arm64 - linux/arm64
# Temporarily deactivated as this does not currently build with promu. - linux/mips
#- linux/mips64 - linux/mipsle
#- linux/mips64le - linux/mips64
- linux/mips64le
- linux/ppc64le