forked from chef/bento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuilds.yml
83 lines (79 loc) · 1.04 KB
/
builds.yml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
providers:
- parallels-iso
- virtualbox-iso
- vmware-iso
public:
centos:
'5.11':
- x86_64
- i386
'6.8':
- x86_64
- i386
'7.3':
- x86_64
debian:
'7.11':
- amd64
- i386
'8.7':
- amd64
- i386
fedora:
'24':
- x86_64
'25':
- x86_64
freebsd:
'10.3':
- amd64
'11.0':
- amd64
omnios:
r151018:
- amd64
opensuse-leap:
'42.2':
- x86_64
oracle:
'5.11':
- x86_64
- i386
'6.8':
- x86_64
- i386
'7.3':
- x86_64
ubuntu:
'12.04':
- amd64
- i386
'14.04':
- amd64
- i386
'16.04':
- amd64
- i386
'16.10':
- amd64
- i386
private:
rhel:
'5.11':
- x86_64
- i386
'6.8':
- x86_64
- i386
'7.3':
- x86_64
broken:
- omnios-r151018-vmware-iso
- omnios-r151018-parallels-iso
- opensuse-leap-42.1-x86_64-parallels-iso
no_shared_folder:
- freebsd-11.0-amd64-all
- freebsd-10.3-amd64-all
- freebsd-9.3-amd64-all
- omnios-r151018-all