We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be83b83 commit 1033737Copy full SHA for 1033737
.github/workflows/build_wheel.yml
@@ -32,6 +32,7 @@ jobs:
32
CPPFLAGS: -I/usr/local/opt/zlib/include
33
LDFLAGS: -L/usr/local/opt/zlib/lib
34
CIBW_ARCHS_MACOS: "x86_64 arm64"
35
+ CIBW_ARCHS_LINUX: "auto aarch64"
36
37
- uses: actions/upload-artifact@v3
38
with:
0 commit comments