Skip to content

Commit

Permalink
ci: see if this will build aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Mar 29, 2024
1 parent be83b83 commit 1033737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
CPPFLAGS: -I/usr/local/opt/zlib/include
LDFLAGS: -L/usr/local/opt/zlib/lib
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_LINUX: "auto aarch64"

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1033737

Please sign in to comment.