We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4f311 commit 19bde57Copy full SHA for 19bde57
.github/workflows/ci.yml
@@ -236,6 +236,8 @@ jobs:
236
- target: s390x-unknown-linux-gnu
237
- target: x86_64-unknown-linux-gnux32
238
- target: x86_64-unknown-netbsd
239
+ - target: aarch64-unknown-linux-ohos
240
+ - target: x86_64-unknown-linux-ohos
241
242
steps:
243
- name: checkout
README.md
@@ -90,6 +90,9 @@ The following targets are supported by `nix`:
90
<li>x86_64-linux-android</li>
91
<li>x86_64-unknown-illumos</li>
92
<li>x86_64-unknown-netbsd</li>
93
+ <li>aarch64-unknown-linux-ohos</li>
94
+ <li>arm-unknown-linux-ohos</li>
95
+ <li>x86_64-unknown-linux-ohos</li>
96
</td>
97
<td>
98
<li>armv7-unknown-linux-uclibceabihf</li>
0 commit comments