diff options
Diffstat (limited to 'main/fixtures/arches.json')
-rw-r--r-- | main/fixtures/arches.json | 11 |
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 } |