Skip to content

Commit 7ade2cb

Browse files
committed
feat(ci): add OpenHarmony CI and add it to tier2
1 parent 3d4f311 commit 7ade2cb

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ jobs:
236236
- target: s390x-unknown-linux-gnu
237237
- target: x86_64-unknown-linux-gnux32
238238
- target: x86_64-unknown-netbsd
239+
- target: aarch64-unknown-linux-ohos
240+
- target: armv7-unknown-linux-ohos
241+
- target: x86_64-unknown-linux-ohos
239242

240243
steps:
241244
- name: checkout

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ The following targets are supported by `nix`:
9090
<li>x86_64-linux-android</li>
9191
<li>x86_64-unknown-illumos</li>
9292
<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>
9396
</td>
9497
<td>
9598
<li>armv7-unknown-linux-uclibceabihf</li>

changelog/2599.added.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add OpenHarmony target into CI and Update documents.

0 commit comments

Comments
 (0)