Skip to content

Commit

Permalink
github: try building arm64 wheels using qemu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Moody committed Aug 9, 2024
1 parent 6e5fc4e commit f84f476
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,19 @@ jobs:
with:
submodules: true

- uses: docker/setup-qemu-action@v3
if: runner.os == "Linux"
with:
platforms: "arm64"

- name: Set source timestamp
run: |
echo SOURCE_DATE_EPOCH=$(git log -n1 --pretty=%ct) >> "$GITHUB_ENV"
- uses: pypa/[email protected]
env:
CIBW_BUILD: "cp312-* pp39-*"
CIBW_ARCHS_LINUX: "auto aarch64"

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

0 comments on commit f84f476

Please sign in to comment.