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 0895650
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,17 +110,15 @@ 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 aarch64"
CIBW_ARCHS_LINUX: "auto"

Check failure on line 114 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / call-workflow / yamllint

114:7 [key-duplicates] duplication of key "CIBW_ARCHS_LINUX" in mapping

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 0895650

Please sign in to comment.