nodesel
This commit is contained in:
parent
5ac3205386
commit
c3aa2a69ba
1 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,3 @@
|
||||||
labels:
|
|
||||||
platform: linux/arm64
|
|
||||||
|
|
||||||
when:
|
when:
|
||||||
event: [push, cron, manual]
|
event: [push, cron, manual]
|
||||||
|
|
||||||
|
|
@ -66,6 +63,10 @@ steps:
|
||||||
pip3 install -q b2 --break-system-packages
|
pip3 install -q b2 --break-system-packages
|
||||||
just build-r-${PLATFORM} $(cat r-release-version.txt)
|
just build-r-${PLATFORM} $(cat r-release-version.txt)
|
||||||
fi
|
fi
|
||||||
|
backend_options:
|
||||||
|
kubernetes:
|
||||||
|
nodeSelector:
|
||||||
|
platform: linux/arm64
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /var/run/docker.sock:/var/run/docker.sock # agent on VM
|
# - /var/run/docker.sock:/var/run/docker.sock # agent on VM
|
||||||
# - /tmp:/tmp # agent on VM
|
# - /tmp:/tmp # agent on VM
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue