From 3d4c8ea8f4550f2d2d399004de0a5014e2dd8f8c Mon Sep 17 00:00:00 2001 From: Sung Won Cho Date: Sun, 14 Oct 2018 10:56:17 +1000 Subject: [PATCH] Drop platform suports due to cross compilation with cgo (#134) --- install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install.sh b/install.sh index 44d41ee7..8931456a 100755 --- a/install.sh +++ b/install.sh @@ -86,13 +86,7 @@ check_platform() { found=1 case "$platform" in darwin/amd64) found=0;; - darwin/386) found=0 ;; linux/amd64) found=0 ;; - linux/386) found=0 ;; - freebsd/amd64) found=0 ;; - freebsd/386) found=0 ;; - openbsd/amd64) found=0 ;; - openbsd/386) found=0 ;; esac return $found