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 4aeb92b commit 4cf4fc6
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,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
- target: x86
- target: aarch64
- target: armv7
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -76,6 +72,9 @@ jobs:
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: musllinux_1_2
before-script-linux: |
apt update
apt install -y pkg-config libopenssl-dev
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4cf4fc6

Please sign in to comment.