Skip to content

Commit

Permalink
Fix manylinux being silly
Browse files Browse the repository at this point in the history
  • Loading branch information
Adoni5 committed Aug 31, 2023
1 parent 68f8dba commit 7198be1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,16 @@ jobs:
strategy:
matrix:
target: [x86_64, "aarch64", "armv7"]
manylinux: ["musllinux_1_1", "auto"]
exclude:
# this fails
- target: armv7
manylinux: [auto]
include:
# musllinux
- os: ubuntu
target: x86_64
manylinux: musllinux_1_1
- os: ubuntu
target: aarch64
manylinux: musllinux_1_1


steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7198be1

Please sign in to comment.