summaryrefslogtreecommitdiffstats
path: root/main/fixtures/arches.json
blob: 6334c2d3bf94c62d3543313ffdb0a4b6020fd649 (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
[
    {
        "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"
        }
    }
]