ayy
This commit is contained in:
parent
cd9cff48a0
commit
7e24c898a1
1 changed files with 2 additions and 6 deletions
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue