From cc4843fca16186a81bf4f7f6311042bae1d4036e Mon Sep 17 00:00:00 2001 From: Peter Neuroth Date: Mon, 21 Oct 2024 12:00:12 +0200 Subject: [PATCH] ci: Disable armv7 build Temporarily disable the armv7 build for `gl-client-py` as github seems to have issues with this architecture at the moment. Signed-off-by: Peter Neuroth --- .github/workflows/python.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index ac1d11a68..68ca59b48 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -47,7 +47,8 @@ jobs: # aarch64 does not compile due to an old(-ish) compiler with the error # `ARM assembler must define __ARM_ARCH` # - aarch64 - - armv7 + # Temporarily disable armv7 as to github issues fetching a manifest for the architecture. + # - armv7 steps: - uses: actions/checkout@v3