Skip to content

Commit 3e04f0d

Browse files
committed
Remove mipsle from Docker build matrix
No base Docker image (Alpine, Debian, etc.) supports mipsle.
1 parent 85cf14e commit 3e04f0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
- { platform: "linux/arm/v7" }
167167
- { platform: "linux/arm64" }
168168
- { platform: "linux/386" }
169-
- { platform: "linux/mipsle", base_image: "debian:stable-slim" }
169+
# mipsle: no base Docker image available for this platform
170170
- { platform: "linux/ppc64le" }
171171
- { platform: "linux/riscv64" }
172172
- { platform: "linux/s390x" }

0 commit comments

Comments
 (0)