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.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json
index 1ece16c9..fa245941 100644
--- a/main/fixtures/arches.json
+++ b/main/fixtures/arches.json
@@ -1,14 +1,5 @@
[
{
- "pk": 1,
- "model": "main.arch",
- "fields": {
- "agnostic": true,
- "name": "any",
- "required_signoffs": 2
- }
-},
-{
"pk": 2,
"model": "main.arch",
"fields": {
@@ -25,5 +16,14 @@
"name": "x86_64",
"required_signoffs": 2
}
+},
+{
+ "pk": 4,
+ "model": "main.arch",
+ "fields": {
+ "agnostic": false,
+ "name": "armv7h",
+ "required_signoffs": 1
+ }
}
]