We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2b02d commit 5b3e9c8Copy full SHA for 5b3e9c8
.github/workflows/test.yml
@@ -37,6 +37,7 @@ jobs:
37
matrix:
38
linux_arch: [s390x, arm64, amd64]
39
node: [16.x, 18.x, 20.x, 22.x]
40
+ fail-fast: false
41
steps:
42
- uses: actions/checkout@v4
43
@@ -60,7 +61,7 @@ jobs:
60
61
- name: Run Buildx
62
run: |
63
docker buildx create --name builder --bootstrap --use
- docker buildx build \
64
+ docker buildx build --progress=plain --no-cache \
65
--platform linux/${{ matrix.linux_arch }} \
66
--build-arg="NODE_ARCH=${{ matrix.linux_arch == 'amd64' && 'x64' || matrix.linux_arch }}" \
67
--build-arg="NODE_VERSION=${{ steps.get_nodejs_version.outputs.version }}" \
0 commit comments