From 29ba89d5bb12638dd95264578613b18cacaaa27c Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Wed, 22 Feb 2023 13:48:08 -0800 Subject: [PATCH] maor --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3cd6a1ff..03bfc792 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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]