-
Notifications
You must be signed in to change notification settings - Fork 4
/
.bonsai.yml
48 lines (48 loc) · 1.88 KB
/
.bonsai.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
---
description: "sensu-ruby-runtime"
builds:
- platform: "alpine"
arch: "amd64"
asset_filename: "sensu-ruby-runtime_#{version}_ruby-3.2.0_alpine_linux_amd64.tar.gz"
sha_filename: "sensu-ruby-runtime_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform == 'alpine'"
- "entity.system.platform_version.split('.')[0] == '3'"
- platform: "debian"
arch: "amd64"
asset_filename: "sensu-ruby-runtime_#{version}_ruby-3.2.0_debian_linux_amd64.tar.gz"
sha_filename: "sensu-ruby-runtime_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform_family == 'debian'"
- platform: "centos8"
arch: "amd64"
asset_filename: "sensu-ruby-runtime_#{version}_ruby-3.2.0_centos8_linux_amd64.tar.gz"
sha_filename: "sensu-ruby-runtime_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform != 'amazon'"
- "entity.system.platform_family == 'rhel'"
- "parseInt(entity.system.platform_version.split('.')[0]) == 8"
- platform: "amzn1"
arch: "amd64"
asset_filename: "sensu-ruby-runtime_#{version}_ruby-3.2.0_amzn1_linux_amd64.tar.gz"
sha_filename: "sensu-ruby-runtime_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform == 'amazon'"
- "entity.system.platform_version.split('.')[0] == '2018'"
- platform: "amzn2"
arch: "amd64"
asset_filename: "sensu-ruby-runtime_#{version}_ruby-3.2.0_amzn2_linux_amd64.tar.gz"
sha_filename: "sensu-ruby-runtime_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform == 'amazon'"
- "entity.system.platform_version.split('.')[0] == '2'"