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 0a0cde0 commit 74cae4cCopy full SHA for 74cae4c
.github/workflows/rust.yaml
@@ -14,6 +14,7 @@ jobs:
14
target:
15
- x86_64-unknown-linux-gnu
16
- i686-unknown-linux-gnu
17
+ - aarch64-unknown-linux-gnu
18
- s390x-unknown-linux-gnu # Big-endian
19
env:
20
CARGO_CMD: "${{ matrix.target == 'x86_64-unknown-linux-gnu' && 'cargo' || 'cross' }}"
0 commit comments