Skip to content

Commit 5b3e9c8

Browse files
add ouptut logs and full matrix
1 parent 8f2b02d commit 5b3e9c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
matrix:
3838
linux_arch: [s390x, arm64, amd64]
3939
node: [16.x, 18.x, 20.x, 22.x]
40+
fail-fast: false
4041
steps:
4142
- uses: actions/checkout@v4
4243

@@ -60,7 +61,7 @@ jobs:
6061
- name: Run Buildx
6162
run: |
6263
docker buildx create --name builder --bootstrap --use
63-
docker buildx build \
64+
docker buildx build --progress=plain --no-cache \
6465
--platform linux/${{ matrix.linux_arch }} \
6566
--build-arg="NODE_ARCH=${{ matrix.linux_arch == 'amd64' && 'x64' || matrix.linux_arch }}" \
6667
--build-arg="NODE_VERSION=${{ steps.get_nodejs_version.outputs.version }}" \

0 commit comments

Comments
 (0)