File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -236,6 +236,9 @@ jobs:
236
236
- target : s390x-unknown-linux-gnu
237
237
- target : x86_64-unknown-linux-gnux32
238
238
- target : x86_64-unknown-netbsd
239
+ - target : aarch64-unknown-linux-ohos
240
+ - target : armv7-unknown-linux-ohos
241
+ - target : x86_64-unknown-linux-ohos
239
242
240
243
steps :
241
244
- name : checkout
Original file line number Diff line number Diff line change @@ -90,6 +90,9 @@ The following targets are supported by `nix`:
90
90
<li>x86_64-linux-android</li>
91
91
<li>x86_64-unknown-illumos</li>
92
92
<li>x86_64-unknown-netbsd</li>
93
+ <li>aarch64-unknown-linux-ohos</li>
94
+ <li>armv7-unknown-linux-ohos</li>
95
+ <li>x86_64-unknown-linux-ohos</li>
93
96
</td >
94
97
<td >
95
98
<li>armv7-unknown-linux-uclibceabihf</li>
Original file line number Diff line number Diff line change
1
+ Add OpenHarmony target into CI and Update documents.
You can’t perform that action at this time.
0 commit comments