mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 10:26:18 +04:00
ci: Disable riscv release build (currently broken)
This commit is contained in:
parent
c7e15dd87e
commit
f6021dd0cd
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user