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: