Added s390x support for docker image (#1539)
Signed-off-by: Vitthal Bagal <vitthalb@us.ibm.com>
This commit is contained in:
parent
e7a27366a0
commit
04ad4b3510
3 changed files with 3 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue