Enable s390x

This commit is contained in:
Manuel de Brito Fontes 2017-11-12 00:40:10 -03:00
parent 27108da170
commit 1cee16f96a
7 changed files with 22 additions and 60 deletions

View file

@ -63,3 +63,7 @@ jobs:
if: type = api AND branch = master AND repo = kubernetes/ingress-nginx
script:
- ARCH=ppc64le .travis/publish.sh
- stage: publish s390x
if: type = api AND branch = master AND repo = kubernetes/ingress-nginx
script:
- ARCH=s390x .travis/publish.sh