From 3fd0c7f31095fd76d63a1a3f09a19a4766570d82 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 9 Jun 2024 18:01:55 +0200 Subject: [PATCH] Don't add another 5GB to the image --- .github/workflows/build-and-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 54c67f49..f88daedc 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -287,7 +287,6 @@ jobs: with: base_image: file://$RUNNER_TEMP/linux_arm_qemu_cache.img cpu: cortex-a53 - image_additional_mb: 5000 # ~ 5GB optimize_image: false shell: /bin/bash commands: |