-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathbuilds.yml
93 lines (90 loc) · 1.99 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
84
85
86
87
88
89
90
91
92
93
---
vagrant_cloud_account: 'bento'
public:
- 'almalinux-8'
- 'almalinux-9'
- 'amazon-2'
- 'amazon-2023'
- 'centos-7'
- 'centos-stream-8'
- 'centos-stream-9'
- 'debian-11'
- 'debian-12'
- 'fedora-38'
- 'fedora-39'
- 'freebsd-13'
- 'freebsd-14'
- 'opensuse-leap-15'
- 'oracle-7'
- 'oracle-8'
- 'oracle-9'
- 'rockylinux-8'
- 'rockylinux-9'
- 'ubuntu-20.04'
- 'ubuntu-22.04'
- 'ubuntu-23.10'
- 'almalinux-8-arm64'
- 'almalinux-9-arm64'
- 'amazon-2-arm64'
- 'amazon-2023-arm64'
- 'centos-7-arm64'
- 'centos-stream-8-arm64'
- 'centos-stream-9-arm64'
- 'debian-11-arm64'
- 'debian-12-arm64'
- 'fedora-38-arm64'
- 'fedora-39-arm64'
- 'freebsd-13-arm64'
- 'freebsd-14-arm64'
- 'opensuse-leap-15-arm64'
- 'oracle-7-arm64'
- 'oracle-8-arm64'
- 'oracle-9-arm64'
- 'rockylinux-8-arm64'
- 'rockylinux-9-arm64'
- 'ubuntu-20.04-arm64'
- 'ubuntu-22.04-arm64'
- 'ubuntu-23.10-arm64'
# slug box name: text string from standard box name to match (generally the same)
slugs:
'almalinux-8': 'almalinux-8'
'almalinux-9': 'almalinux-9'
'centos-7': 'centos-7'
'debian-12': 'debian-12'
'debian-11': 'debian-11'
'fedora-latest': 'fedora-39'
'freebsd-13': 'freebsd-13'
'freebsd-14': 'freebsd-14'
'opensuse-leap-15': 'opensuse-leap-15'
'oracle-7': 'oracle-7'
'oracle-8': 'oracle-8'
'oracle-9': 'oracle-9'
'rockylinux-8': 'rockylinux-8'
'rockylinux-9': 'rockylinux-9'
'almalinux-8-arm64': 'almalinux-8'
'almalinux-9-arm64': 'almalinux-9'
'centos-7-arm64': 'centos-7'
'debian-12-arm64': 'debian-12'
'debian-11-arm64': 'debian-11'
'fedora-latest-arm64': 'fedora-39'
'oracle-7-arm64': 'oracle-7'
'oracle-8-arm64': 'oracle-8'
'oracle-9-arm64': 'oracle-9'
'rockylinux-8-arm64': 'rockylinux-8'
'rockylinux-9-arm64': 'rockylinux-9'
do_not_build:
- amazon
- macos
- sles
- solaris
- rhel
- windows
# - almalinux
# - centos
# - debian
# - fedora
# - freebsd
# - opensuse-leap
# - oracle
# - rockylinux
# - ubuntu