Skip to content

Commit c1c96fa

Browse files
committed
Remove unsupported docker platforms
1 parent 433c65e commit c1c96fa

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ jobs:
3131
platforms: |
3232
linux/amd64,
3333
linux/arm64,
34-
linux/arm/v7,
35-
linux/ppc64le,
36-
linux/mips64le,
37-
linux/s390x
34+
linux/ppc64le
3835
push: true
3936
pull: true
4037
no-cache: false

0 commit comments

Comments
 (0)