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