no armv6
This commit is contained in:
parent
7e2954e33d
commit
0b6b540768
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [ "aarch64", "armv7", "armv6"]
|
arch: [ "aarch64", "armv7" ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: uraimo/run-on-arch-action@v2
|
- uses: uraimo/run-on-arch-action@v2
|
||||||
|
|
@ -88,6 +88,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apk add python3 py3-pip
|
apk add python3 py3-pip
|
||||||
python3 -m pip install -e .
|
python3 -m pip install -e .
|
||||||
|
echo "Done!"
|
||||||
python3 -m pip install pyinstaller
|
python3 -m pip install pyinstaller
|
||||||
EXEC_SUFFIX=_${{ matrix.arch }} make executable
|
EXEC_SUFFIX=_${{ matrix.arch }} make executable
|
||||||
mv dist/ytdl-sub_${{ matrix.arch }} /artifacts
|
mv dist/ytdl-sub_${{ matrix.arch }} /artifacts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue