Skip to content

Commit

Permalink
plat のバージョンを上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Jun 15, 2023
1 parent 8fc9ff0 commit 6c4fe75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: ubuntu-22.04_x86_64
runs_on: ubuntu-22.04
os: ubuntu
auditwheel_plat: manylinux_2_35_x86_64
- name: ubuntu-20.04_armv8_jetson
runs_on: ubuntu-20.04
os: ubuntu
Expand Down Expand Up @@ -69,7 +70,7 @@ jobs:
curl -LO https://github.com/NixOS/patchelf/releases/download/0.14.3/patchelf-0.14.3-x86_64.tar.gz
tar -xf patchelf-0.14.3-x86_64.tar.gz
popd
PATH=`pwd`/patchelf/bin:$PATH rye run python -m auditwheel repair --plat manylinux_2_31_x86_64 dist/*.whl
PATH=`pwd`/patchelf/bin:$PATH rye run python -m auditwheel repair --plat ${{ matrix.platform.auditwheel_plat }} dist/*.whl
if: ${{ matrix.platform.os == 'ubuntu' && matrix.platform.name != 'ubuntu-20.04_armv8_jetson' }}
# Jetson 向け
Expand Down

0 comments on commit 6c4fe75

Please sign in to comment.