Skip to content

Commit 0a97ad9

Browse files
ci: Remove unused architectures to speed up builds
1 parent dd6cc84 commit 0a97ad9

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
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
file: dockerfile/web.dockerfile
4646
push: true
47-
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
47+
platforms: linux/amd64,linux/arm64
4848
tags: ${{ steps.meta_web.outputs.tags }}
4949
labels: ${{ steps.meta_web.outputs.labels }}
5050

0 commit comments

Comments
 (0)