Fix qemu docker build (#2685)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-06-22 14:43:01 -04:00 committed by GitHub
parent 39ebe0bd5f
commit 06df822c2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,18 +73,22 @@ jobs:
- stage: publish arm
if: type = api AND branch = master AND repo = kubernetes/ingress-nginx
script:
- make register-qemu
- .travis/publish.sh arm
- stage: publish arm64
if: type = api AND branch = master AND repo = kubernetes/ingress-nginx
script:
- make register-qemu
- .travis/publish.sh arm64
- stage: publish ppc64le
if: type = api AND branch = master AND repo = kubernetes/ingress-nginx
script:
- make register-qemu
- .travis/publish.sh ppc64le
- stage: publish s390x
if: type = api AND branch = master AND repo = kubernetes/ingress-nginx
script:
- make register-qemu
- .travis/publish.sh s390x
- stage: Publish docs
if: type = api AND branch = master AND repo = kubernetes/ingress-nginx