Merge b2b835cf230487ca1138c5fbd155fc4762ab93d9 into d6d39395ac484113f9c59046114fa53cff578bc2

This commit is contained in:
Jakub 2026-05-18 17:21:10 +02:00 committed by GitHub
commit 93180f68c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,12 @@ library 'status-jenkins-lib@v1.9.39'
pipeline {
agent {
label 'linux && nix-2.24 && x86_64'
docker {
label 'linuxcontainer'
image 'harbor.status.im/infra/ci-build-containers:linux-base-1.0.0'
args '--volume=/nix:/nix ' +
'--volume=/etc/nix:/etc/nix '
}
}
options {