From 5018bd285f83d9417e9f686694fb2355afcad94d Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 16 May 2026 16:37:51 -0300 Subject: [PATCH] ci: run lesavka gate on current rust --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 97d1488..c3f4c93 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,11 +8,12 @@ apiVersion: v1 kind: Pod spec: nodeSelector: + hardware: rpi5 kubernetes.io/arch: arm64 node-role.kubernetes.io/worker: "true" containers: - name: rust-ci - image: rust:1.88-bookworm + image: rust:1.92-bookworm command: ["cat"] tty: true volumeMounts: