parent
e414a80995
commit
4d2160785c
|
@ -37,7 +37,7 @@ jobs:
|
||||||
- name: "Build on 'arm64v8/ubuntu:20.04' OS"
|
- name: "Build on 'arm64v8/ubuntu:20.04' OS"
|
||||||
run: |
|
run: |
|
||||||
docker run --rm -v ${{ github.workspace }}:/workspace:rw --workdir=/workspace \
|
docker run --rm -v ${{ github.workspace }}:/workspace:rw --workdir=/workspace \
|
||||||
arm64v8/ubuntu:20.04 \
|
--platform linux/arm64 arm64v8/ubuntu:20.04 \
|
||||||
bash -exc 'apt-get update && \
|
bash -exc 'apt-get update && \
|
||||||
apt-get install curl -y && \
|
apt-get install curl -y && \
|
||||||
curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \
|
curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \
|
||||||
|
|
Loading…
Reference in New Issue