Skip to content

Commit

Permalink
Trying to enable ARM64 builds in manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Sep 25, 2024
1 parent 2d4f5d8 commit 8a5754c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
macos-arch: "arm64"
- os: "ubuntu-latest"
cibuild: "*manylinux*"
linux-arch: "x86_64"
- os: "ubuntu-latest"
cibuild: "*manylinux*"
linux-arch: "arm64"
- os: "ubuntu-latest"
cibuild: "*musllinux*"
steps:
Expand Down Expand Up @@ -63,6 +67,7 @@ jobs:
env:
CIBW_BUILD: ${{ matrix.cibuild }}
CIBW_ARCHS_MACOS: ${{ matrix.macos-arch }}
CIBW_ARCHS_LINUX: ${{ matrix.linux-arch }}
CIBW_DEPENDENCY_VERSIONS_MACOS: cibw_constraints.txt

- name: Download Cache from Docker (linux only)
Expand Down

0 comments on commit 8a5754c

Please sign in to comment.