diff options
author | Blaž Hrastnik | 2023-10-25 16:37:27 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2023-10-25 16:37:27 +0000 |
commit | f6021dd0cdd8cf6795f024e396241cb0af2ca368 (patch) | |
tree | 2158a6a404b65dfc1ef0d51328255d73b853f1fd | |
parent | c7e15dd87e932934f5807065bdf2de2c382a6b09 (diff) |
ci: Disable riscv release build (currently broken)
-rw-r--r-- | .github/workflows/release.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b645d94c..eceb57f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,11 +70,11 @@ jobs: rust: stable target: aarch64-unknown-linux-gnu cross: true - - build: riscv64-linux - os: ubuntu-latest - rust: stable - target: riscv64gc-unknown-linux-gnu - cross: true + # - build: riscv64-linux + # os: ubuntu-latest + # rust: stable + # target: riscv64gc-unknown-linux-gnu + # cross: true - build: x86_64-macos os: macos-latest rust: stable |