29:先install好,再进arm64的容器进行build(容器以root用户运行)
parent
6859996bfc
commit
2976305036
|
@ -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 && \
|
||||||
|
|
Loading…
Reference in New Issue