This commit is contained in:
Patrick Schratz 2024-07-08 22:43:16 +02:00
commit c3aa2a69ba
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -1,6 +1,3 @@
labels:
platform: linux/arm64
when:
event: [push, cron, manual]
@ -66,6 +63,10 @@ steps:
pip3 install -q b2 --break-system-packages
just build-r-${PLATFORM} $(cat r-release-version.txt)
fi
backend_options:
kubernetes:
nodeSelector:
platform: linux/arm64
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock # agent on VM
# - /tmp:/tmp # agent on VM