We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d15028 commit 8b076a9Copy full SHA for 8b076a9
.github/workflows/main.yml
@@ -158,11 +158,8 @@ jobs:
158
run: for whl in wheelhouse/*.whl; do auditwheel repair "$whl" --plat linux_armv7l -w wheelhouse/audited/; done
159
- name: Install tweaked auditwheel and add armv6l tag
160
run: |
161
- python3 -m venv newauditvenv
162
- source newauditvenv/bin/activate
163
python3 -m pip install git+https://github.com/luxonis/auditwheel@main
164
for whl in wheelhouse/*.whl; do python3 -m auditwheel addtag -t linux_armv7l linux_armv6l -w wheelhouse/postaudited/ "$whl"; done
165
- deactivate
166
- name: Archive wheel artifacts
167
uses: actions/upload-artifact@v3
168
with:
0 commit comments