Skip to content

Commit 94f2c58

Browse files
committed
fix: reduce the number of platforms
1 parent c077a3c commit 94f2c58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
112112
with:
113113
context: .
114-
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
114+
platforms: linux/amd64,linux/arm64
115115
tags: ${{ steps.meta.outputs.tags }}
116116
build-args: |
117117
BASE_IMAGE=${{ matrix.variant }}

0 commit comments

Comments
 (0)