feat: initial support for riscv64 (#2366)
* feat: initial support for riscv64 * use enable for riscv64 * Apply review suggestion Co-authored-by: Joe Rickerby <joerick@mac.com> * update documentation --------- Co-authored-by: Joe Rickerby <joerick@mac.com>
This commit is contained in:
co-authored by
Joe Rickerby
parent
0463d26066
commit
5f8d06ff55
@@ -35,6 +35,7 @@ MANYLINUX_ARCHS: Final[tuple[str, ...]] = (
|
||||
"ppc64le",
|
||||
"s390x",
|
||||
"armv7l",
|
||||
"riscv64",
|
||||
"pypy_aarch64",
|
||||
"pypy_i686",
|
||||
)
|
||||
@@ -46,6 +47,7 @@ MUSLLINUX_ARCHS: Final[tuple[str, ...]] = (
|
||||
"ppc64le",
|
||||
"s390x",
|
||||
"armv7l",
|
||||
"riscv64",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user