maor
This commit is contained in:
parent
3cb7f8d667
commit
29ba89d5bb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -92,9 +92,12 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: pguyot/arm-runner-action@v2
|
||||
with:
|
||||
image_additional_mb: 4096
|
||||
base_image: ${{ matrix.base_image }}
|
||||
cpu: ${{ matrix.cpu }}
|
||||
cpu_info: ${{ matrix.cpu_info }}
|
||||
copy_repository_path: /opt/ytdl-sub
|
||||
optimize_image: no
|
||||
commands: |
|
||||
apt-get -y install zip
|
||||
pip install -e .[build]
|
||||
|
|
|
|||
Loading…
Reference in a new issue