Skip to content

Commit

Permalink
temporarily disable arm v7
Browse files Browse the repository at this point in the history
  • Loading branch information
previ committed Jun 29, 2024
1 parent 07e72dc commit 47b35ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
strategy:
matrix:
architecture:
- arch: linux/arm/v7
dockerfile: Dockerfile
tag: armv7
# - arch: linux/arm/v7
# dockerfile: Dockerfile
# tag: armv7
- arch: linux/arm64
dockerfile: Dockerfile.arm64
tag: arm64
Expand Down

0 comments on commit 47b35ef

Please sign in to comment.