From 66bbdbe460e25656748049dc91f20e3c28396323 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Tue, 5 Jan 2021 23:51:52 -0800 Subject: [PATCH] only amd64 works I suppose --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b84d5bf..88c322f 100755 --- a/Makefile +++ b/Makefile @@ -39,8 +39,10 @@ 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 # Unlikely I'll run on ppc or s390x anytime soon -# scons needs hacking for old arm -ALL_PLATFORMS := linux/amd64 linux/arm64 +# +# Something is up with scons on platforms outside amd64 +# ALL_PLATFORMS := linux/amd64 linux/arm linux/arm64 +ALL_PLATFORMS := linux/amd64 # Used internally. Users should pass BUILDOS and/or BUILDARCH. # guess if go isn't installed on the host