10 lines
182 B
HCL
10 lines
182 B
HCL
job {
|
|
|
|
# Don't run on Raspberry Pi because kernel mod is not present
|
|
constraint {
|
|
attribute = "${attr.kernel.version}"
|
|
operator = "regexp"
|
|
value = "(?!-raspi)"
|
|
}
|
|
}
|