From 965bd6574a51be3d6b9ad9aef800c88a4dbc9f12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 13 Apr 2019 05:27:11 +0000 Subject: [PATCH] Add ppc64le support --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 3ef79e3..4ba0739 100755 --- a/deploy.sh +++ b/deploy.sh @@ -12,7 +12,7 @@ export CGO_ENABLED=false rm -rf distrib/ -declare -a target_folders=("linux_amd64" "linux_386" "linux_arm" "darwin_amd64" "windows_386" "linux_arm64") +declare -a target_folders=("linux_amd64" "linux_386" "linux_arm" "darwin_amd64" "windows_386" "linux_arm64" "linux_ppc64le") mkdir distrib