summaryrefslogtreecommitdiff
path: root/main/fixtures/arches.json
blob: f7e7fdc03fdae23841a93344bdb4dce786b2435d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
    {
        "pk": 1, 
        "model": "main.arch", 
        "fields": {
            "agnostic": true, 
            "name": "any"
        }
    }, 
    {
        "pk": 2, 
        "model": "main.arch", 
        "fields": {
            "agnostic": false, 
            "name": "i686"
        }
    }, 
    {
        "pk": 3, 
        "model": "main.arch", 
        "fields": {
            "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"
        }
    }
]