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

王良 2024-11-09 14:17:19 +08:00
parent 6859996bfc
commit 2976305036
1 changed files with 1 additions and 0 deletions

View File

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