summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-10 02:16:01 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-10 02:19:34 -0300
commit59e4850d2a0427b3598a66d612b1812a37d2e002 (patch)
tree5baa5999356df4ed4e8fa80a5db1af285f018176 /main
parent24ed07fa64e56f7095083c5cc2d01890c6a80623 (diff)
Add armv7h support
Diffstat (limited to 'main')
-rw-r--r--main/fixtures/arches.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json
index 1ece16c9..2ceeea5a 100644
--- a/main/fixtures/arches.json
+++ b/main/fixtures/arches.json
@@ -13,7 +13,7 @@
"model": "main.arch",
"fields": {
"agnostic": false,
- "name": "i686",
+ "name": "armv7h",
"required_signoffs": 1
}
},
@@ -22,6 +22,15 @@
"model": "main.arch",
"fields": {
"agnostic": false,
+ "name": "i686",
+ "required_signoffs": 1
+ }
+},
+{
+ "pk": 4,
+ "model": "main.arch",
+ "fields": {
+ "agnostic": false,
"name": "x86_64",
"required_signoffs": 2
}