From 8f9341297d60c348a99d2f271d21bfd5094415a6 Mon Sep 17 00:00:00 2001 From: yvt Date: Sun, 4 Sep 2022 18:25:10 +0900 Subject: [PATCH] chore(ci): build binary for riscv64-linux --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d723b98ff38..66be880eaf88 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