Skip to content

Commit

Permalink
ci: Disable riscv release build (currently broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Oct 25, 2023
1 parent c7e15dd commit f6021dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Expand Up @@ -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
Expand Down

0 comments on commit f6021dd

Please sign in to comment.