Skip to content

Commit

Permalink
Simplified armv6l CI
Browse files Browse the repository at this point in the history
  • Loading branch information
themarpe committed Jun 22, 2023
1 parent 9d15028 commit 8b076a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,8 @@ jobs:
run: for whl in wheelhouse/*.whl; do auditwheel repair "$whl" --plat linux_armv7l -w wheelhouse/audited/; done
- name: Install tweaked auditwheel and add armv6l tag
run: |
python3 -m venv newauditvenv
source newauditvenv/bin/activate
python3 -m pip install git+https://github.com/luxonis/auditwheel@main
for whl in wheelhouse/*.whl; do python3 -m auditwheel addtag -t linux_armv7l linux_armv6l -w wheelhouse/postaudited/ "$whl"; done
deactivate
- name: Archive wheel artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 8b076a9

Please sign in to comment.