Skip to content

Commit

Permalink
don't build arm64 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Nov 8, 2021
1 parent 72a732b commit dc0f88f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
CIBW_SKIP: "pp* *_i686 *musllinux*"
CIBW_BEFORE_ALL_LINUX: yum install -y fftw-devel
CIBW_BEFORE_ALL_MACOS: brew install fftw
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit dc0f88f

Please sign in to comment.