diff --git a/.travis.yml b/.travis.yml index ea956ada..048a472b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,11 @@ go: - 1.11.x - tip +os: + - linux + - linux-ppc64le + +go_import_path: github.com/Masterminds/glide # Setting sudo access to false will let Travis CI use containers rather than # VMs to run the tests. For more details see: # - http://docs.travis-ci.com/user/workers/container-based-infrastructure/ diff --git a/Makefile b/Makefile index 28e57a90..94f210ec 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ build-all: gox -verbose \ -ldflags "-X main.version=${VERSION}" \ -os="linux darwin windows freebsd openbsd netbsd" \ - -arch="amd64 386 armv5 armv6 armv7 arm64 s390x" \ + -arch="amd64 386 armv5 armv6 armv7 arm64 s390x ppc64le" \ -osarch="!darwin/arm64" \ -output="dist/{{.OS}}-{{.Arch}}/{{.Dir}}" .