Skip to content

Commit

Permalink
ci: Disable armv7 build
Browse files Browse the repository at this point in the history
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 <pet.v.ne@gmail.com>
  • Loading branch information
nepet committed Oct 21, 2024
1 parent d1d42a6 commit cc4843f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cc4843f

Please sign in to comment.