|
|
|
@@ -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 |
|
|
|
|