s390x is not supported and not building with CGO enabled

This commit is contained in:
Trey Dockendorf 2020-03-18 09:09:43 -04:00
parent 7c792da037
commit 14f8c163d9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Needs to be defined before including Makefile.common to auto-generate targets
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le
DOCKER_REPO ?= treydock
include Makefile.common