Skip to content

Commit

Permalink
ok fix arm!?
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin committed Dec 20, 2024
1 parent 4b2396a commit 8fe8ecf
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,26 @@ jobs:
packages: write # Required to upload docker images to ghcr
strategy:
matrix:

platform:
- runner: ubuntu-latest
target: x86_64
- target: x86_64
- manylinux: auto
- runner: ubuntu-latest
target: x86
- target: x86
- manylinux: auto
- runner: ubuntu-latest
target: aarch64
- target: aarch64
- manylinux: "2_28"
- runner: ubuntu-latest
target: armv7
- target: armv7
- manylinux: auto
- runner: ubuntu-latest
target: s390x
- target: s390x
- manylinux: auto
- runner: ubuntu-latest
target: ppc64le
- target: ppc64le
- manylinux: auto
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -49,7 +56,7 @@ jobs:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: auto
manylinux: ${{ matrix.platform.manylinux }} # SUPER WEIRD BUT ARRRRRRM IS A PITA
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 8fe8ecf

Please sign in to comment.