26:先install好,再进arm64的容器进行build(容器以root用户运行)

build-arm64
王良 2 weeks ago
parent 40e305e667
commit b9323f0e70

@ -94,6 +94,8 @@ jobs:
bash -exc 'ls -lah && \
cd packages/gui && \
ls -lah && \
mkdir /root/.cache/electron && \
chmod u+r /root/.cache/electron && \
apt-get update && \
apt-get install curl -y && \
curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \

Loading…
Cancel
Save