We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de03399 commit c788378Copy full SHA for c788378
.github/workflows/ci.yml
@@ -54,10 +54,14 @@ jobs:
54
os: ubuntu-latest
55
rust: stable
56
target: i686-unknown-linux-gnu
57
- - build: stable-mips
+ - build: stable-powerpc64
58
59
60
- target: mips64-unknown-linux-gnuabi64
+ target: powerpc64-unknown-linux-gnu
61
+ - build: stable-s390x
62
+ os: ubuntu-latest
63
+ rust: stable
64
+ target: s390x-unknown-linux-gnu
65
- build: beta
66
67
rust: beta
0 commit comments