mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
ci: Add ppc64le pipeline (#281)
This commit is contained in:
parent
d9472c6a42
commit
ebe63c84ec
@ -43,6 +43,12 @@ matrix:
|
||||
arch: amd64
|
||||
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)
|
||||
# TODO: [ARM] Support ARM binary generation...?
|
||||
- os: linux
|
||||
|
Loading…
x
Reference in New Issue
Block a user