From f2059ad480e61b0be3e1d3d53243ab2e8dcf52bf Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Fri, 27 Nov 2020 17:06:49 -0800 Subject: [PATCH] trim down platforms --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0cc28bc..49dee6d 100755 --- a/Makefile +++ b/Makefile @@ -38,7 +38,9 @@ SHELL := sh SRC_DIRS := cmd pkg # directories which hold app source (not vendored) # Windows not working atm -ALL_PLATFORMS := linux/amd64 linux/arm linux/arm64 linux/ppc64le linux/s390x +#ALL_PLATFORMS := linux/amd64 linux/arm linux/arm64 linux/ppc64le linux/s390x +# Unlikely I'll run on ppc or s390x anytime soon +ALL_PLATFORMS := linux/amd64 linux/arm linux/arm64 # Used internally. Users should pass GOOS and/or GOARCH. # hacked this to at least guess if go isn't installed on the host