31:先install好,再进arm64的容器进行build(容器以root用户运行)
parent
0590a146d6
commit
494d95bbe0
|
@ -93,16 +93,14 @@ jobs:
|
|||
-v ${{ github.workspace }}:/workspace:rw --workdir=/workspace \
|
||||
--platform linux/arm64 arm64v8/ubuntu:20.04 \
|
||||
bash -exc 'whoami && \
|
||||
ls -lah && \
|
||||
cd packages/gui && \
|
||||
ls -lah && \
|
||||
mkdir -p /root/.cache/electron && \
|
||||
cd /root/.cache && \
|
||||
ls -l && \
|
||||
ls -lah && \
|
||||
chmod u+r+x /root/.cache/electron && \
|
||||
cd /root/.cache && \
|
||||
ls -l && \
|
||||
cd /workspace && \
|
||||
ls -lah && \
|
||||
cd /workspace/packages/gui && \
|
||||
ls -lah && \
|
||||
apt-get update && \
|
||||
apt-get install curl -y && \
|
||||
curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \
|
||||
|
|
Loading…
Reference in New Issue