This commit is contained in:
Jesse Bannon 2023-02-22 16:43:43 -08:00
parent cd9cff48a0
commit 7e24c898a1

View file

@ -84,7 +84,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
arch: [ "aarch64" ] arch: [ "aarch64", "armv7", "armv6" ]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Write version to init file - name: Write version to init file
@ -106,12 +106,8 @@ jobs:
apk add python3 py3-pip musl-dev libc-dev libffi-dev gcc g++ pwgen apk add python3 py3-pip musl-dev libc-dev libffi-dev gcc g++ pwgen
pip3 install --upgrade pip pip3 install --upgrade pip
pip3 install -e . pip3 install -e .
echo "Done!"
pip3 install pyinstaller pip3 install pyinstaller
echo "installed" pyinstaller ytdl-sub.spec
which pyinstaller
pyinstaller --help
pyinstaller --debug=all ytdl-sub.spec
mv dist/ytdl-sub /artifacts/ytdl-sub_${{ matrix.arch }} mv dist/ytdl-sub /artifacts/ytdl-sub_${{ matrix.arch }}
- name: Upload artifacts - name: Upload artifacts