Skip to content

Commit

Permalink
feat(ci): add OpenHarmony CI and add it to tier2
Browse files Browse the repository at this point in the history
  • Loading branch information
richerfu committed Feb 6, 2025
1 parent 3d4f311 commit 19bde57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ jobs:
- target: s390x-unknown-linux-gnu
- target: x86_64-unknown-linux-gnux32
- target: x86_64-unknown-netbsd
- target: aarch64-unknown-linux-ohos
- target: x86_64-unknown-linux-ohos

steps:
- name: checkout
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ The following targets are supported by `nix`:
<li>x86_64-linux-android</li>
<li>x86_64-unknown-illumos</li>
<li>x86_64-unknown-netbsd</li>
<li>aarch64-unknown-linux-ohos</li>
<li>arm-unknown-linux-ohos</li>
<li>x86_64-unknown-linux-ohos</li>
</td>
<td>
<li>armv7-unknown-linux-uclibceabihf</li>
Expand Down

0 comments on commit 19bde57

Please sign in to comment.