Skip to content

Commit

Permalink
Fix: Linux support arch name
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgenyegoryan committed Aug 15, 2023
1 parent c25e228 commit 1d0fc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -53,4 +53,4 @@ skip = ["*musllinux*", "*i686*", "pp*", "cp36-*"]

[tool.cibuildwheel.linux]
repair-wheel-command = "auditwheel repair --lib-sdir . -w {dest_dir} {wheel}"
archs = ["x86_64", "arm64"]
archs = ["x86_64", "aarch64"]

0 comments on commit 1d0fc82

Please sign in to comment.