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 1aadaa9dca
commit 13af4ad3e6

View File

@ -155,7 +155,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