only amd64 works I suppose
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
34e4159275
commit
66bbdbe460
6
Makefile
6
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user