TravisCI: set arch = s390x

This commit is contained in:
Yifan Gao
2020-01-01 20:05:36 +08:00
parent 594bb43ac2
commit 436ee6522f
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ set -e
source common.sh
set -e
[[ $SKIP_DATA_PREPARATION != true ]] && prepare_data
reset
mkdir -p result
for file in operator/*.conf; do
operator=${file%.*}