Skip to content

Commit

Permalink
trying again by removing alpine linux
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Apr 9, 2024
1 parent 1cf538a commit 4e95716
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
manylinux_build:
# build wheels for some linux
name: Build linux ${{ matrix.python.name }} wheel
name: Build linux ${{ matrix.python.name }} wheel on ${{ matrix.cont.name}}
runs-on: ubuntu-latest
container: ${{ matrix.cont.val }}
strategy:
Expand Down Expand Up @@ -55,10 +55,6 @@ jobs:
name: manylinux2014_aarch64,
val: quay.io/pypa/manylinux2014_aarch64
}
- {
name: musllinux_1_1_i686,
val: quay.io/pypa/musllinux_1_1_i686
}

steps:

Expand Down

0 comments on commit 4e95716

Please sign in to comment.