Skip to content

Commit

Permalink
Skip aarch64 wheels for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Nov 13, 2022
1 parent 87d954a commit c492e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ environment = {DOTNET_ROOT="c:/cibw/dotnet"}
[tool.cibuildwheel.linux]
before-build = "bash eng/install-dotnet.sh --version 7.0.100 --os linux"
manylinux-x86_64-image = "manylinux2014"
archs = ["x86_64", "aarch64"]
archs = ["x86_64"]
environment = {DOTNET_ROOT="/root/.dotnet", LD_LIBRARY_PATH="/root/.dotnet/shared/Microsoft.NETCore.App/7.0.0"}

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit c492e39

Please sign in to comment.