Browse Source

Use musleabihf for armv7

tags/v0.3.5-fix7
haixuanTao 1 year ago
parent
commit
5b526107c3
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      .github/workflows/pip-release.yml

+ 1
- 3
.github/workflows/pip-release.yml View File

@@ -72,8 +72,6 @@ jobs:
target: x86
- runner: ubuntu-latest
target: aarch64
- runner: ubuntu-latest
target: armv7
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
@@ -124,7 +122,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
manylinux: musllinux_1_2
manylinux: auto
container: off
args: --release -o dist
working-directory: apis/python/node


Loading…
Cancel
Save