File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -75,15 +75,10 @@ jobs:
7575 strategy :
7676 matrix :
7777 linux_arch : [amd64, arm64]
78- node : [16.20.1, 18.x, 20.x, 22.x]
7978 fail-fast : false
8079 steps :
8180 - uses : actions/checkout@v4
8281
83- - uses : actions/setup-node@v4
84- with :
85- node-version : ${{ matrix.node }}
86-
8782 - name : Get Full Node.js Version
8883 id : get_nodejs_version
8984 shell : bash
10297 docker --debug buildx build --progress=plain --no-cache \
10398 --platform linux/${{ matrix.linux_arch }} \
10499 --build-arg="PLATFORM=${{ matrix.linux_arch == 'arm64' && 'arm64v8' || matrix.linux_arch }}" \
105- --build-arg="NODE_VERSION=${{ steps.get_nodejs_version.outputs.version }}" \
106100 --output type=local,dest=./prebuilds,platform-split=false \
107101 -f ./.github/docker/Dockerfile.musl \
108102 .
You can’t perform that action at this time.
0 commit comments