Skip to content

Commit

Permalink
-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
vaultah committed Oct 27, 2023
1 parent 05191a0 commit 01aa933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
CIBW_ARCHS_MACOS: "x86_64 universal2"
CIBW_ARCHS_LINUX: "x86_64 i686 aarch64 ppc64le s390x"
CIBW_ARCHS_WINDOWS: "AMD64 x86 ARM64"
CIBW_ARCHS_WINDOWS: "AMD64 x86"
CIBW_TEST_EXTRAS: "test"
CIBW_TEST_COMMAND: "python -m pytest --pyargs replicat.tests"
CIBW_PRERELEASE_PYTHONS: true
Expand Down

0 comments on commit 01aa933

Please sign in to comment.