diff options
author | yvt | 2022-09-10 13:35:35 +0000 |
---|---|---|
committer | GitHub | 2022-09-10 13:35:35 +0000 |
commit | 29fe0c3862a6bf549101c621f72502cc1e7b2631 (patch) | |
tree | 6be31ae98bebc13771025620a6609a58adbe4656 | |
parent | 9c627c65e55ab71e236d70406feb5d55bd8703bb (diff) |
Enable CI builds for `riscv64-linux` (#3685)
-rw-r--r-- | .github/workflows/release.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d723b98..66be880e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,6 +54,11 @@ jobs: rust: stable target: aarch64-unknown-linux-gnu cross: true + - build: riscv64-linux + os: ubuntu-20.04 + rust: stable + target: riscv64gc-unknown-linux-gnu + cross: true - build: x86_64-macos os: macos-latest rust: stable |