Skip to content

Commit 0bffad9

Browse files
authored
Merge pull request #6 from gounthar/feat/add-riscv64-wheel
ci: add riscv64 target to linux wheel build matrix
2 parents 73e039f + 0c098e5 commit 0bffad9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
target: s390x
3737
- runner: ubuntu-22.04
3838
target: ppc64le
39+
- runner: ubuntu-22.04
40+
target: riscv64
3941
steps:
4042
- uses: actions/checkout@v4
4143
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)