mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Enable CI builds for riscv64-linux
(#3685)
This commit is contained in:
parent
9c627c65e5
commit
29fe0c3862
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user