diff options
| author | WANG Rui <wangrui@loongson.cn> | 2024-03-05 16:04:02 +0800 |
|---|---|---|
| committer | WANG Rui <wangrui@loongson.cn> | 2024-06-23 22:36:35 +0800 |
| commit | 03d73fa6baa2523c695081d9f4f8b32a8ea7fbcf (patch) | |
| tree | c328cd6883ec46de5d233036d75f670e6a748c9f /src/ci/github-actions | |
| parent | c3d7fb398569407350abe044e786bc7890c90397 (diff) | |
| download | rust-03d73fa6baa2523c695081d9f4f8b32a8ea7fbcf.tar.gz rust-03d73fa6baa2523c695081d9f4f8b32a8ea7fbcf.zip | |
ci: Add support for dist-loongarch64-musl
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 4366a92fbcd..e3903c3dd5a 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -144,6 +144,9 @@ auto: - image: dist-loongarch64-linux <<: *job-linux-4c + - image: dist-loongarch64-musl + <<: *job-linux-4c + - image: dist-ohos <<: *job-linux-4c |
