Skip to content

Commit 32592cb

Browse files
committed
Remove s390x platform build, because of qemu bug
Issue: nodejs/docker-node#1973
1 parent c4fe9fc commit 32592cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: docker/build-push-action@v4
5050
with:
5151
context: .
52-
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
52+
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le
5353
push: false
5454
tags: ${{ steps.meta.outputs.tags }}
5555
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)