Skip to content

Commit

Permalink
ci: Build ARM64 linux Python wheels on ARM-natvie runner
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Lewis <[email protected]>
  • Loading branch information
zachlewis committed Feb 1, 2025
1 parent 55a6634 commit bec54d1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:

linux-arm:
name: Build wheels on Linux ARM
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
if: |
github.event_name != 'schedule' ||
github.repository == 'AcademySoftwareFoundation/OpenImageIO'
Expand Down Expand Up @@ -199,12 +199,7 @@ jobs:
name: Install Python
with:
python-version: '3.9'

- name: Set up QEMU
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
with:
platforms: all


- name: Build wheels
uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
env:
Expand Down

0 comments on commit bec54d1

Please sign in to comment.