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.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json
index 1ece16c9..3747769c 100644
--- a/main/fixtures/arches.json
+++ b/main/fixtures/arches.json
@@ -25,5 +25,41 @@
"name": "x86_64",
"required_signoffs": 2
}
+},
+{
+ "pk": 4,
+ "model": "main.arch",
+ "fields": {
+ "agnostic": false,
+ "name": "armv7h",
+ "required_signoffs": 1
+ }
+},
+{
+ "pk": 5,
+ "model": "main.arch",
+ "fields": {
+ "agnostic": true,
+ "name": "any (i686)",
+ "required_signoffs": 1
+ }
+},
+{
+ "pk": 6,
+ "model": "main.arch",
+ "fields": {
+ "agnostic": true,
+ "name": "any (x86_64)",
+ "required_signoffs": 1
+ }
+},
+{
+ "pk": 7,
+ "model": "main.arch",
+ "fields": {
+ "agnostic": true,
+ "name": "any (armv7h)",
+ "required_signoffs": 1
+ }
}
]