Skip to content

Commit 19bde57

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

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ 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: x86_64-unknown-linux-ohos
239241

240242
steps:
241243
- 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>arm-unknown-linux-ohos</li>
95+
<li>x86_64-unknown-linux-ohos</li>
9396
</td>
9497
<td>
9598
<li>armv7-unknown-linux-uclibceabihf</li>

0 commit comments

Comments
 (0)