Added s390x support for docker image (#1539)

Signed-off-by: Vitthal Bagal <vitthalb@us.ibm.com>
This commit is contained in:
vitt-bagal 2020-01-27 15:25:35 +05:30 committed by Ben Kochie
commit 04ad4b3510
3 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@
all::
# Needs to be defined before including Makefile.common to auto-generate targets
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x
include Makefile.common