Skip to content

Commit

Permalink
whoops fix the stupid yaml thing
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin committed Dec 20, 2024
1 parent 8fe8ecf commit a52dd60
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,29 @@ jobs:
permissions:
contents: read
packages: write # Required to upload docker images to ghcr

strategy:
matrix:

platform:
- runner: ubuntu-latest
- target: x86_64
- manylinux: auto
target: x86_64
manylinux: auto
- runner: ubuntu-latest
- target: x86
- manylinux: auto
target: x86
manylinux: auto
- runner: ubuntu-latest
- target: aarch64
- manylinux: "2_28"
target: aarch64
manylinux: "2_28"
- runner: ubuntu-latest
- target: armv7
- manylinux: auto
target: armv7
manylinux: auto
- runner: ubuntu-latest
- target: s390x
- manylinux: auto
target: s390x
manylinux: auto
- runner: ubuntu-latest
- target: ppc64le
- manylinux: auto
target: ppc64le
manylinux: auto

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit a52dd60

Please sign in to comment.