mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #6707 from mkumatag/ppc64le_support
Add ppc64le travis builds
This commit is contained in:
commit
0bb2384547
@ -15,6 +15,7 @@ env:
|
|||||||
- TARGET=arm64
|
- TARGET=arm64
|
||||||
- TARGET=arm
|
- TARGET=arm
|
||||||
- TARGET=386
|
- TARGET=386
|
||||||
|
- TARGET=ppc64le
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
@ -27,6 +28,8 @@ matrix:
|
|||||||
env: TARGET=arm64
|
env: TARGET=arm64
|
||||||
- go: tip
|
- go: tip
|
||||||
env: TARGET=386
|
env: TARGET=386
|
||||||
|
- go: tip
|
||||||
|
env: TARGET=ppc64le
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user