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 5ee33bb commit c9f47c6Copy full SHA for c9f47c6
.github/workflows/build-release.yml
@@ -70,6 +70,22 @@ jobs:
70
# mips64el-linux-muslsf-gcc: error: crtn.o: No such file or directory
71
# - target: mips64el-unknown-linux-muslabi64
72
# toolchain: nightly
73
+ - target: x86_64-unknown-freebsd
74
+ toolchain: stable
75
+ - target: x86_64-unknown-netbsd
76
77
+ - target: loongarch64-unknown-linux-gnu
78
79
+ - target: loongarch64-unknown-linux-musl
80
81
+ - target: riscv64gc-unknown-linux-gnu
82
83
+ - target: riscv64gc-unknown-linux-musl
84
85
+ - target: aarch64-linux-android
86
87
+ - target: x86_64-linux-android
88
89
90
steps:
91
- name: Free Disk Space (Ubuntu)
0 commit comments