mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
@@ -54,7 +54,7 @@ region is used; another region can be specified using the `?region=` query param
|
||||
{
|
||||
"LTarget": "${attr.kernel.os}",
|
||||
"RTarget": "windows",
|
||||
"Operand": "=",
|
||||
"Operand": "="
|
||||
}
|
||||
],
|
||||
"TaskGroups": [
|
||||
@@ -65,7 +65,7 @@ region is used; another region can be specified using the `?region=` query param
|
||||
{
|
||||
"LTarget": "${attr.kernel.os}",
|
||||
"RTarget": "linux",
|
||||
"Operand": "=",
|
||||
"Operand": "="
|
||||
}
|
||||
],
|
||||
"Tasks": [
|
||||
@@ -104,7 +104,7 @@ region is used; another region can be specified using the `?region=` query param
|
||||
{
|
||||
"LTarget": "${attr.kernel.arch}",
|
||||
"RTarget": "amd64",
|
||||
"Operand": "=",
|
||||
"Operand": "="
|
||||
}
|
||||
],
|
||||
"Resources": {
|
||||
|
||||
Reference in New Issue
Block a user