Skip to content

Commit ed8f477

Browse files
authored
Add linux-riscv64 binary (#46)
1 parent de5e4db commit ed8f477

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-all-and-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
arch_cflags: ""
4949
ldflags: ""
5050
apt: "gcc-s390x-linux-gnu"
51+
- arch: riscv64
52+
cc: riscv64-linux-gnu-gcc
53+
arch_cflags: ""
54+
ldflags: ""
55+
apt: "gcc-riscv64-linux-gnu"
5156

5257
steps:
5358
- name: Checkout

0 commit comments

Comments
 (0)