From 1ed9251515382a1fc9c6187fee8d7d7bf141dc90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Mon, 27 Feb 2017 14:30:28 +0000 Subject: .shippable: add s390x-cross target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the new debian-s390x-cross.docker target to cross compile for s390. Signed-off-by: Alex Bennée Message-Id: <20170227143028.16428-3-alex.bennee@linaro.org> Reviewed-by: Fam Zheng Signed-off-by: Fam Zheng --- .shippable.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.shippable.yml') diff --git a/.shippable.yml b/.shippable.yml index 1a1fd7a91d..653bd750fe 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -5,6 +5,8 @@ env: TARGET_LIST=arm-softmmu,arm-linux-user - IMAGE=debian-arm64-cross TARGET_LIST=aarch64-softmmu,aarch64-linux-user + - IMAGE=debian-s390x-cross + TARGET_LIST=s390x-softmmu,s390x-linux-user build: pre_ci: - make docker-image-${IMAGE} -- cgit v1.2.1