Skip to content

Commit

Permalink
Removed aarch64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanharg committed Mar 6, 2024
1 parent 59cfd67 commit 363fc31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ archs = ["x86_64", "arm64"]
archs = ["AMD64"]

[tool.cibuildwheel.linux]
archs = ["x86_64", "aarch64"]
# archs = ["x86_64"]
archs = ["x86_64"]
before-all = ["yum install wget -y", "bash ./scripts/build_libbinaryen.sh"]


Expand Down

0 comments on commit 363fc31

Please sign in to comment.