From c76332b71f55850bb2f24137e132d1f92253a9e8 Mon Sep 17 00:00:00 2001 From: lepapareil Date: Mon, 20 Jun 2022 15:18:37 +0200 Subject: [PATCH] Extends disk to 12288m for emulated arm test job --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8079ff018..5d71b4875 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -241,7 +241,7 @@ jobs: with: cpu: cortex-a53 cpu_info: cpuinfo/raspberrypi_4b - image_additional_mb: 8192 + image_additional_mb: 12288 copy_artifact_path: target;venv;root base_image: raspios_lite_arm64:latest commands: |