Skip to content

Commit ad3ebad

Browse files
authored
fix arm (#17)
1 parent 256d549 commit ad3ebad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before-all = [
1212
"rm -rf {project}/build",
1313
"rm -rf *egg*",
1414
]
15-
manylinux-aarch64-image = "manylinux_2_28"
15+
manylinux-aarch64-image = "quay.io/pypa/manylinux_2_34_aarch64"
1616
manylinux-x86_64-image = "manylinux_2_28"
1717

1818
[tool.cibuildwheel.linux]

0 commit comments

Comments
 (0)