Skip to content

Commit

Permalink
.shippable: add s390x-cross target
Browse files Browse the repository at this point in the history
Use the new debian-s390x-cross.docker target to cross compile for
s390.

Signed-off-by: Alex Bennée <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Fam Zheng <[email protected]>
Signed-off-by: Fam Zheng <[email protected]>
  • Loading branch information
stsquad authored and Fam Zheng committed Feb 28, 2017
1 parent 267004d commit 1ed9251
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1ed9251

Please sign in to comment.