summaryrefslogtreecommitdiff
path: root/main/fixtures/arches.json
diff options
context:
space:
mode:
Diffstat (limited to 'main/fixtures/arches.json')
-rw-r--r--main/fixtures/arches.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json
index 3747769c..767f16e3 100644
--- a/main/fixtures/arches.json
+++ b/main/fixtures/arches.json
@@ -40,7 +40,7 @@
"model": "main.arch",
"fields": {
"agnostic": true,
- "name": "any (i686)",
+ "name": "any_i686",
"required_signoffs": 1
}
},
@@ -49,7 +49,7 @@
"model": "main.arch",
"fields": {
"agnostic": true,
- "name": "any (x86_64)",
+ "name": "any_x86_64",
"required_signoffs": 1
}
},
@@ -58,7 +58,7 @@
"model": "main.arch",
"fields": {
"agnostic": true,
- "name": "any (armv7h)",
+ "name": "any_armv7h",
"required_signoffs": 1
}
}