Skip to content

Commit

Permalink
Enable linux_aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wittgen committed Sep 6, 2024
1 parent df4d240 commit 7d5ee8f
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,17 +110,14 @@ jobs:
env:
CIBW_BUILD: "cp3{8,9,10,11,12,13}-{manylinux_x86_64,manylinux_aarch64,macosx_arm64,macosx_x86_64}"
CIBW_ARCHS_MACOS: "x86_64 arm64"
# use line below to enable aarch64 builds
# CIBW_ARCHS_LINUX: "auto aarch64"
CIBW_ARCHS_LINUX: "auto"
CIBW_ARCHS_LINUX: "auto aarch64"

steps:
# uncomment when building aarch64
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v2
# if: runner.os == 'Linux'
# with:
# platforms: arm64
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
if: runner.os == 'Linux'
with:
platforms: arm64

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7d5ee8f

Please sign in to comment.