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 f052b4f commit 2fce737Copy full SHA for 2fce737
.github/workflows/rust.yml
@@ -24,6 +24,7 @@ jobs:
24
fail-fast: false
25
matrix:
26
arch:
27
+ - { target: aarch64-unknown-linux-gnu , use-cross: true }
28
- { target: arm-unknown-linux-gnueabihf , use-cross: true }
29
- { target: i686-unknown-linux-gnu , use-cross: true }
30
- { target: x86_64-unknown-linux-gnu }
0 commit comments