Skip to content

Commit 7f326fd

Browse files
eshattowE Shattow
authored andcommitted
Add riscv64 to Publish Binaries workflow
1 parent f26d0c6 commit 7f326fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish_binaries.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
os: macos-latest
3434
- target: x86_64-pc-windows-msvc
3535
os: windows-latest
36+
- target: riscv64-unknown-linux-gnu
37+
os: ubuntu-20.04
38+
- target: riscv64-unknown-linux-musl
39+
os: ubuntu-latest
3640
- target: aarch64-unknown-linux-gnu
3741
os: ubuntu-latest
3842
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)