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.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json
index 6334c2d3..f7e7fdc0 100644
--- a/main/fixtures/arches.json
+++ b/main/fixtures/arches.json
@@ -22,5 +22,21 @@
"agnostic": false,
"name": "x86_64"
}
+ },
+ {
+ "pk": 4,
+ "model": "main.arch",
+ "fields": {
+ "agnostic": false,
+ "name": "mips64el"
+ }
+ },
+ {
+ "pk": 5,
+ "model": "main.arch",
+ "fields": {
+ "agnostic": false,
+ "name": "i586"
+ }
}
]