Skip to content

Commit 9ac41e8

Browse files
authored
Remove docker armv7 build (#953)
AMD64 is the most supported cpu architecture, and ARM64 is used in modern apple laptops and some other devices. armv7 is not supported by the major platforms as this is an old 32 bit cpu. I think nobody is actually using this.
1 parent 9ddaeb2 commit 9ac41e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
matrix:
1919
platform:
2020
- linux/amd64
21-
- linux/arm/v7
2221
- linux/arm64
2322
steps:
2423
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)