mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 21:55:11 +02:00
ci: Add ppc64le pipeline (#281)
This commit is contained in:
parent
d9472c6a42
commit
ebe63c84ec
@ -43,6 +43,12 @@ matrix:
|
|||||||
arch: amd64
|
arch: amd64
|
||||||
rust: stable
|
rust: stable
|
||||||
|
|
||||||
|
# PowerPC 64 LE
|
||||||
|
- os: linux
|
||||||
|
env: TARGET=powerpc64le-unknown-linux-gnu
|
||||||
|
arch: ppc64le
|
||||||
|
rust: stable
|
||||||
|
|
||||||
# ARM stuff (skip beta for now, see https://github.com/rust-lang/rust/issues/62896)
|
# ARM stuff (skip beta for now, see https://github.com/rust-lang/rust/issues/62896)
|
||||||
# TODO: [ARM] Support ARM binary generation...?
|
# TODO: [ARM] Support ARM binary generation...?
|
||||||
- os: linux
|
- os: linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user