From 099c1527f191e9715a42d338f0d89e34690a6d5b Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Mon, 13 Aug 2018 17:26:55 +0200 Subject: [PATCH] Update build (#1041) Update build * Update to Go 1.10. * Enable `ppc64le` build. * Enable MIPS builds. Signed-off-by: Ben Kochie --- .circleci/config.yml | 2 +- .promu.yml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 25c51268..9abe4c29 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/.promu.yml b/.promu.yml index f3e72453..a607eafd 100644 --- a/.promu.yml +++ b/.promu.yml @@ -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