Skip to content

Commit

Permalink
Fix qemu docker build (#2685)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored Jun 22, 2018
1 parent 39ebe0b commit 06df822
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06df822

Please sign in to comment.