Fix qemu docker build (#2685)
This commit is contained in:
parent
39ebe0bd5f
commit
06df822c2b
1 changed files with 4 additions and 0 deletions
|
@ -73,18 +73,22 @@ jobs:
|
||||||
- stage: publish arm
|
- stage: publish arm
|
||||||
if: type = api AND branch = master AND repo = kubernetes/ingress-nginx
|
if: type = api AND branch = master AND repo = kubernetes/ingress-nginx
|
||||||
script:
|
script:
|
||||||
|
- make register-qemu
|
||||||
- .travis/publish.sh arm
|
- .travis/publish.sh arm
|
||||||
- stage: publish arm64
|
- stage: publish arm64
|
||||||
if: type = api AND branch = master AND repo = kubernetes/ingress-nginx
|
if: type = api AND branch = master AND repo = kubernetes/ingress-nginx
|
||||||
script:
|
script:
|
||||||
|
- make register-qemu
|
||||||
- .travis/publish.sh arm64
|
- .travis/publish.sh arm64
|
||||||
- stage: publish ppc64le
|
- stage: publish ppc64le
|
||||||
if: type = api AND branch = master AND repo = kubernetes/ingress-nginx
|
if: type = api AND branch = master AND repo = kubernetes/ingress-nginx
|
||||||
script:
|
script:
|
||||||
|
- make register-qemu
|
||||||
- .travis/publish.sh ppc64le
|
- .travis/publish.sh ppc64le
|
||||||
- stage: publish s390x
|
- stage: publish s390x
|
||||||
if: type = api AND branch = master AND repo = kubernetes/ingress-nginx
|
if: type = api AND branch = master AND repo = kubernetes/ingress-nginx
|
||||||
script:
|
script:
|
||||||
|
- make register-qemu
|
||||||
- .travis/publish.sh s390x
|
- .travis/publish.sh s390x
|
||||||
- stage: Publish docs
|
- stage: Publish docs
|
||||||
if: type = api AND branch = master AND repo = kubernetes/ingress-nginx
|
if: type = api AND branch = master AND repo = kubernetes/ingress-nginx
|
||||||
|
|
Loading…
Reference in a new issue