only amd64 works I suppose
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Emil Lerch 2021-01-05 23:51:52 -08:00
parent 34e4159275
commit 66bbdbe460
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -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