Skip to content

Commit

Permalink
Use custom manylinux image for x86 and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Feb 15, 2024
1 parent f7479b4 commit 7a0066c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/nmodl-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-13, macos-14]
os: [ubuntu-latest]

steps:
- name: Setup Flex and Bison
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y flex bison
- name: Setup Flex and Bison
if: runner.os == 'Windows'
run: |
Expand Down Expand Up @@ -48,6 +42,9 @@ jobs:
PATH="/opt/homebrew/opt/flex/bin:/opt/homebrew/opt/bison/bin:/usr/local/opt/flex/bin:/usr/local/opt/bison/bin:$PATH"
MACOSX_DEPLOYMENT_TARGET='10.15'
CIBW_CONFIG_SETTINGS_MACOS: "build-dir=_build"
CIBW_MANYLINUX_X86_64_IMAGE: docker.io/bluebrain/nmodl:wheel
# use custom image for now
CIBW_MANYLINUX_AARCH64_IMAGE: docker.io/jcgoran/nmodl:wheel-aarch64

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

0 comments on commit 7a0066c

Please sign in to comment.