File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 with :
3838 path : ./node_modules
3939 key : modules-${{ hashFiles('package-lock.json') }}
40- - name : Install Node Dependencies
41- if : steps.cache.outputs.cache-hit != 'true'
42- run : npm ci --ignore-scripts
4340 - name : Build for arm
4441 run : docker run --platform linux/arm -it --rm -v "${PWD}:/work" -w /work node ./tools/crossbuild.sh
4542 - name : upload linux artifact
6764 with :
6865 path : ./node_modules
6966 key : modules-${{ hashFiles('package-lock.json') }}
70- - name : Install Node Dependencies
71- if : steps.cache.outputs.cache-hit != 'true'
72- run : npm ci --ignore-scripts
7367 - name : Build for arm
7468 run : docker run --platform linux/arm64 -it --rm -v "${PWD}:/work" -w /work node ./tools/crossbuild.sh
7569 - name : upload linux artifact
Original file line number Diff line number Diff line change 33# this is used inside a docker (running with qemu binfmt) to easily crossbuild project
44# run with docker run --platform linux/arm64 -it --rm -v "${PWD}:/work" -w /work node ./tools/crossbuild.sh
55
6- apt update
7- apt install -y xorg-dev libglu1-mesa-dev
8- npm i
6+ apt-get update
7+ apt-get install -y xorg-dev libglu1-mesa-dev cmake
8+ npm ci
99npm run compile
You can’t perform that action at this time.
0 commit comments