From: Colin Clark Date: Wed, 11 Oct 2023 09:44:53 +0000 (+0100) Subject: Increase memory allocation for generation of aarch64 AppImage X-Git-Tag: v2.2~56 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=7ce84bb64047099219849d62e6435bcb0dc33de8 Increase memory allocation for generation of aarch64 AppImage --- diff --git a/.github/workflows/appimage-aarch64.yml b/.github/workflows/appimage-aarch64.yml index a63a3003..538f85c8 100644 --- a/.github/workflows/appimage-aarch64.yml +++ b/.github/workflows/appimage-aarch64.yml @@ -20,7 +20,7 @@ jobs: base_image: ${{ matrix.base_image }} cpu: ${{ matrix.cpu }} cpu_info: ${{ matrix.cpu_info }} - image_additional_mb: 1000 + image_additional_mb: 8000 bind_mount_repository: false import_github_env: true export_github_env: true