Skip to content

Commit 47b35ef

Browse files
committed
temporarily disable arm v7
1 parent 07e72dc commit 47b35ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/build_backend.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
strategy:
4343
matrix:
4444
architecture:
45-
- arch: linux/arm/v7
46-
dockerfile: Dockerfile
47-
tag: armv7
45+
# - arch: linux/arm/v7
46+
# dockerfile: Dockerfile
47+
# tag: armv7
4848
- arch: linux/arm64
4949
dockerfile: Dockerfile.arm64
5050
tag: arm64

0 commit comments

Comments
 (0)