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

build-arm64
王良 2 weeks ago
parent 6859996bfc
commit 2976305036

@ -96,6 +96,7 @@ jobs:
ls -lah && \
mkdir -p /root/.cache/electron && \
chmod u+r /root/.cache/electron && \
touch /root/.cache/electron/electron-v17.4.11-linux-arm64.zip && \
chmod u+r /root/.cache/electron/electron-v17.4.11-linux-arm64.zip && \
apt-get update && \
apt-get install curl -y && \

Loading…
Cancel
Save