38:先install好,再进arm64的容器进行build(容器以root用户运行)
parent
b5e7788618
commit
ff41df877e
|
@ -111,6 +111,7 @@ jobs:
|
|||
node -p "process.arch" && \
|
||||
node -v && \
|
||||
npm -v && \
|
||||
npm run electron:build --unsafe-perm=true --allow-root || chmod -R 777 /root/.cache/electron/electron-v17.4.11-linux-arm64.zip && \
|
||||
npm run electron:build --unsafe-perm=true --allow-root && \
|
||||
cd dist_electron && \
|
||||
ls -lah && \
|
||||
|
|
Loading…
Reference in New Issue