ci: test container build

This commit is contained in:
Marko Burčul 2025-08-06 12:27:56 +02:00
parent d6b9120de3
commit d0a38cb521
No known key found for this signature in database
GPG Key ID: FC4CD2F9A040D54A
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pipeline {
agent {
label 'linux && x86_64'
label 'container'
}
parameters {

View File

@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.9.16'
pipeline {
agent {
label 'linux && nix-2.24 && x86_64'
label 'container'
}
options {