Skip to content

Commit

Permalink
Fix alpine CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
facutuesca committed Oct 15, 2024
1 parent 003f6fd commit 591bcf3
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,14 @@ jobs:
path: dist

musllinux:
runs-on: ${{ matrix.platform.runner }}
runs-on: ubuntu-latest
strategy:
matrix:
platform:
- runner: ubuntu-latest
target: x86_64
- runner: ubuntu-latest
target: x86
- runner: ubuntu-latest
target: aarch64
- runner: ubuntu-latest
target: armv7
- target: x86_64-unknown-linux-musl
- target: i686-unknown-linux-musl
- target: aarch64-unknown-linux-musl
- target: armv7-unknown-linux-musleabihf
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -79,6 +75,8 @@ jobs:
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: musllinux_1_2
before-script-linux: |
apk --update-cache add pkgconf openssl-dev
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 591bcf3

Please sign in to comment.