Skip to content

Commit

Permalink
Merge pull request #519 from odidev/odidev_segyio
Browse files Browse the repository at this point in the history
Add linux aarch64 wheel build support
  • Loading branch information
jokva authored Oct 25, 2021
2 parents 02a587c + 5591e4c commit a98c2bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,35 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macOS-10.15]
arch: [auto]
include:
- os: windows-2016
cibw-arch: AMD64
cmake-generator: "Visual Studio 15 2017 Win64"
- os: windows-2016
cibw-arch: x86
cmake-generator: "Visual Studio 15 2017"
- os: ubuntu-20.04
arch: aarch64

steps:
- uses: actions/checkout@v2

# Used to host cibuildwheel
- uses: actions/setup-python@v2

- uses: docker/setup-qemu-action@v1
if: ${{ matrix.arch == 'aarch64' }}
name: Set up QEMU

- name: Install cibuildwheel
run: python -m pip install cibuildwheel

- name: Build wheels
env:
CIBW_ENVIRONMENT_WINDOWS: CMAKE_GENERATOR="${{ matrix.cmake-generator }}"
CIBW_ARCHS_WINDOWS: ${{ matrix.cibw-arch }}
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_SKIP: pp*
COMSPEC: C:\Program Files\PowerShell\7\pwsh.EXE
run: |
Expand Down

0 comments on commit a98c2bc

Please sign in to comment.