trim down platforms
This commit is contained in:
parent
07472b3a54
commit
f2059ad480
4
Makefile
4
Makefile
|
@ -38,7 +38,9 @@ SHELL := sh
|
||||||
SRC_DIRS := cmd pkg # directories which hold app source (not vendored)
|
SRC_DIRS := cmd pkg # directories which hold app source (not vendored)
|
||||||
|
|
||||||
# Windows not working atm
|
# 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.
|
# Used internally. Users should pass GOOS and/or GOARCH.
|
||||||
# hacked this to at least guess if go isn't installed on the host
|
# hacked this to at least guess if go isn't installed on the host
|
||||||
|
|
Loading…
Reference in New Issue
Block a user