Skip to content

Commit

Permalink
Remove build for aarch64 linux
Browse files Browse the repository at this point in the history
  • Loading branch information
haohanyang committed Nov 13, 2024
1 parent e92728f commit f57b0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_WINDOWS: AMD64
CIBW_ARCHS_LINUX: "x86_64 aarch64"
CIBW_ARCHS_LINUX: x86_64
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f57b0dd

Please sign in to comment.