ci: Add ppc64le pipeline (#281)

This commit is contained in:
Trung Lê 2020-11-02 04:12:49 +11:00 committed by GitHub
parent d9472c6a42
commit ebe63c84ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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