File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 path : ./node_modules
3939 key : modules-${{ hashFiles('package-lock.json') }}
4040 - name : Build for arm
41- run : docker run --platform linux/arm -it - -rm -v "${PWD}:/work" -w /work node ./tools/crossbuild.sh
41+ run : docker run --platform linux/arm --rm -v "${PWD}:/work" -w /work node ./tools/crossbuild.sh
4242 - name : upload linux artifact
4343 uses : actions/upload-release-asset@v1
4444 env :
6565 path : ./node_modules
6666 key : modules-${{ hashFiles('package-lock.json') }}
6767 - name : Build for arm
68- run : docker run --platform linux/arm64 -it - -rm -v "${PWD}:/work" -w /work node ./tools/crossbuild.sh
68+ run : docker run --platform linux/arm64 --rm -v "${PWD}:/work" -w /work node ./tools/crossbuild.sh
6969 - name : upload linux artifact
7070 uses : actions/upload-release-asset@v1
7171 env :
You can’t perform that action at this time.
0 commit comments