Skip to content

Commit e7ff600

Browse files
add case for linux/risc64
1 parent a39efbb commit e7ff600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/api/python/setup.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ def finalize_options(self):
303303
# linux tags cannot be deployed - they must be auditwheel'd to pick the right compatibility tag based on imported libc symbol versions
304304
("linux", "x86_64"): "linux_x86_64",
305305
("linux", "aarch64"): "linux_aarch64",
306+
('linux', "riscv64"): "linux_riscv64",
306307
# windows arm64 is not supported by pypi yet
307308
("win", "x64"): "win_amd64",
308309
("win", "x86"): "win32",

0 commit comments

Comments
 (0)