From 8a4a8bb6a067fc7076dca73eb52b1c641f223a24 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 12 Oct 2025 05:51:22 +0200 Subject: [PATCH] cirrus: disable jammy-armv7-32bit for now This fails with "exec format error" because our container is built on a 64 bit system on GitHub Actions. Not yet sure how to fix that. --- .cirrus.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index c408aaf6c..c4941fe59 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -28,9 +28,6 @@ linux_arm_task: - name: focal-arm64 arm_container: image: ghcr.io/fish-shell/fish-ci/focal-arm64 - - name: jammy-armv7-32bit - arm_container: - image: ghcr.io/fish-shell/fish-ci/jammy-armv7-32bit tests_script: # cirrus at times gives us 32 procs and 2 GB of RAM # Unrestriced parallelism results in OOM