From ff3f1b82d40ec1b4a3317c2a68c554d332467570 Mon Sep 17 00:00:00 2001 From: Disconnect3d Date: Mon, 31 Mar 2025 22:38:10 +0200 Subject: [PATCH] CI workflows: disable Arch Linux temporarily (#2818) This disables the docker builds of Arch Linux that run tests on CI temporarily until someone fixes it. This is tracked by #2796. --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8ffc4533c..da56175cb 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - images: [ubuntu22.04, ubuntu24.04, debian12, archlinux] + images: [ubuntu22.04, ubuntu24.04, debian12] # archlinux - tests fail on arch, see #2796 runs-on: ubuntu-latest timeout-minutes: 30