Add image build for s390x architecture (#2289)
* Add suport for s390x Signed-off-by: Nayana <nthorat@us.ibm.com> * Added s390x support to docker image Signed-off-by: vitthalb@us.ibm.com <vitthalb@us.ibm.com> Co-authored-by: Nayana <nthorat@us.ibm.com>
This commit is contained in:
parent
4346e1a51c
commit
ce5d523596
|
@ -5,3 +5,4 @@
|
||||||
!.build/linux-armv7/
|
!.build/linux-armv7/
|
||||||
!.build/linux-arm64/
|
!.build/linux-arm64/
|
||||||
!.build/linux-ppc64le/
|
!.build/linux-ppc64le/
|
||||||
|
!.build/linux-s390x/
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# Needs to be defined before including Makefile.common to auto-generate targets
|
# 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
|
include Makefile.common
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue