ab3bc1f4b23ddbb5eecb9b2a9bc18102e1215227
[arvados-formula.git] / TEMPLATE / osarchmap.yaml
1 # -*- coding: utf-8 -*-
2 # vim: ft=yaml
3 #
4 # Setup variables using grains['osarch'] based logic.
5 # You just need to add the key:values for an `osarch` that differ
6 # from `defaults.yaml`.
7 # Only add an `osarch` which is/will be supported by the formula.
8 #
9 # If you do not need to provide defaults via the `osarch` grain,
10 # you will need to provide at least an empty dict in this file, e.g.
11 # osarch: {}
12 ---
13 amd64:
14   arch: amd64
15
16 x86_64:
17   arch: amd64
18
19 386:
20   arch: 386
21
22 arm64:
23   arch: arm64
24
25 armv6l:
26   arch: armv6l
27
28 armv7l:
29   arch: armv7l
30
31 ppc64le:
32   arch: ppc64le
33
34 s390x:
35   arch: s390x