diff options
| author | WANG Rui <wangrui@loongson.cn> | 2022-12-29 15:09:30 +0800 |
|---|---|---|
| committer | WANG Rui <wangrui@loongson.cn> | 2023-05-12 18:31:55 +0800 |
| commit | 5f173e979f7dfa5dd4cd5284ad6894d600ba2c43 (patch) | |
| tree | 866fd2c09e076d8d8a34151b1358b17e013b0e95 /src/ci/github-actions | |
| parent | 0b795044c6f0854445f1f2bb6443e87848e150d1 (diff) | |
| download | rust-5f173e979f7dfa5dd4cd5284ad6894d600ba2c43.tar.gz rust-5f173e979f7dfa5dd4cd5284ad6894d600ba2c43.zip | |
ci: Add support for dist-loongarch64-linux
Co-Authored-By: YANG Xiaojuan <yangxiaojuan@loongson.cn>
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index f81e740936b..fd619467fc1 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -359,6 +359,9 @@ jobs: - name: dist-i686-linux <<: *job-linux-8c + - name: dist-loongarch64-linux + <<: *job-linux-8c + - name: dist-mips-linux <<: *job-linux-8c |
