@@ -212,7 +212,7 @@ jobs:
212212 QL_BRANCH=${{ github.ref_name }}
213213 SOURCE_COMMIT=${{ github.sha }}
214214 network : host
215- platforms : linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/386
215+ platforms : linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x,linux/ 386
216216 context : .
217217 file : ./docker/Dockerfile
218218 push : true
@@ -290,6 +290,7 @@ jobs:
290290 QL_BRANCH=${{ github.ref_name }}
291291 SOURCE_COMMIT=${{ github.sha }}
292292 network : host
293+ # Keep s390x on Debian: npm can hang under QEMU with Alpine (nodejs/docker-node#1973).
293294 platforms : linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
294295 context : .
295296 file : ./docker/Dockerfile.debian
@@ -354,7 +355,7 @@ jobs:
354355 QL_BRANCH=${{ github.ref_name }}
355356 SOURCE_COMMIT=${{ github.sha }}
356357 network : host
357- platforms : linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/386
358+ platforms : linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x,linux/ 386
358359 context : .
359360 file : ./docker/Dockerfile.310
360361 push : true
@@ -419,6 +420,7 @@ jobs:
419420 QL_BRANCH=${{ github.ref_name }}
420421 SOURCE_COMMIT=${{ github.sha }}
421422 network : host
423+ # Keep s390x on Debian: npm can hang under QEMU with Alpine (nodejs/docker-node#1973).
422424 platforms : linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
423425 context : .
424426 file : ./docker/Dockerfile.debian310
0 commit comments