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:
75
75
strategy :
76
76
matrix :
77
77
linux_arch : [amd64, arm64]
78
- node : [16.20.1, 18.x, 20.x, 22.x]
79
78
fail-fast : false
80
79
steps :
81
80
- uses : actions/checkout@v4
82
81
83
- - uses : actions/setup-node@v4
84
- with :
85
- node-version : ${{ matrix.node }}
86
-
87
82
- name : Get Full Node.js Version
88
83
id : get_nodejs_version
89
84
shell : bash
102
97
docker --debug buildx build --progress=plain --no-cache \
103
98
--platform linux/${{ matrix.linux_arch }} \
104
99
--build-arg="PLATFORM=${{ matrix.linux_arch == 'arm64' && 'arm64v8' || matrix.linux_arch }}" \
105
- --build-arg="NODE_VERSION=${{ steps.get_nodejs_version.outputs.version }}" \
106
100
--output type=local,dest=./prebuilds,platform-split=false \
107
101
-f ./.github/docker/Dockerfile.musl \
108
102
.
You can’t perform that action at this time.
0 commit comments