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 /.github/workflows | |
| 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 '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d8980fcd1a..b12a0b855e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,6 +201,9 @@ jobs: - name: dist-i686-linux os: ubuntu-20.04-8core-32gb env: {} + - name: dist-loongarch64-linux + os: ubuntu-20.04-8core-32gb + env: {} - name: dist-mips-linux os: ubuntu-20.04-8core-32gb env: {} |
