From 9a613dbad2f983b3eca35edca9fa0b6432e2aa22 Mon Sep 17 00:00:00 2001 From: rameshk5 Date: Thu, 26 Mar 2020 10:14:40 -0500 Subject: [PATCH] modified the Makefile to create binary supporting power server --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}" .