trim down platforms

This commit is contained in:
Emil Lerch 2020-11-27 17:06:49 -08:00
parent 07472b3a54
commit f2059ad480
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -38,7 +38,9 @@ SHELL := sh
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
#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.
# hacked this to at least guess if go isn't installed on the host