summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/fixtures/arches.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json
index 6334c2d3..1e9dbc91 100644
--- a/main/fixtures/arches.json
+++ b/main/fixtures/arches.json
@@ -22,5 +22,13 @@
"agnostic": false,
"name": "x86_64"
}
+ },
+ {
+ "pk": 4,
+ "model": "main.arch",
+ "fields": {
+ "agnostic": false,
+ "name": "mips64el"
+ }
}
]