nightly.sh: update arches for s390 koji

Signed-off-by: Dan Horák <dan@danny.cz>
This commit is contained in:
Dan Horák 2017-03-09 18:23:16 +01:00
parent bfa3a7c6e6
commit a73f1f3f81

View File

@ -146,7 +146,7 @@ do
elif [ "$koji" = "ppc" ]; then
arches=ppc64,ppc64le
elif [ "$koji" = "s390" ]; then
arches=s390,s390x
arches=s390x
fi
./releng/scripts/srpm-excluded-arch.py -a $arches --path $DESTDIR/compose/Everything/source/tree/Packages/ >$DESTDIR/logs/excludearch-$koji.log
done