We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8d014 commit 8e4ef49Copy full SHA for 8e4ef49
1 file changed
.github/workflows/crossdev.yml
@@ -28,12 +28,12 @@ jobs:
28
- target: armeb-unknown-linux-gnueabihf
29
- target: armeb-unknown-linux-musleabi
30
- target: armeb-unknown-linux-musleabihf
31
- # glibc fails to build: `attempt to use an ARM instruction on a
32
- # Thumb-only processor`.
33
- # - target: armv7-unknown-linux-gnueabi
34
- # - target: armv7-unknown-linux-gnueabihf
35
- target: armv7-unknown-linux-musleabi
36
- target: armv7-unknown-linux-musleabihf
+ - target: armv6j-softfp-linux-gnueabi
+ - target: armv6j-unknown-linux-gnueabihf
+ - target: armv7a-softfp-linux-gnueabi
+ - target: armv7a-unknown-linux-gnueabihf
37
- target: hppa1.1-unknown-linux-gnu
38
- target: hppa2.0-unknown-linux-gnu
39
- target: hppa64-unknown-linux-gnu
0 commit comments