Skip to content

Commit ec6d668

Browse files
committed
fixed bonsai config
Signed-off-by: Sean Porter <[email protected]>
1 parent 1e371f2 commit ec6d668

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.bonsai.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
---
2-
description: "#{repo}"
2+
description: "sensu-ruby-runtime"
33
builds:
44
- platform: "alpine"
55
arch: "amd64"
6-
asset_filename: "#{repo}_#{version}_ruby-3.2.0_alpine_linux_amd64.tar.gz"
7-
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
6+
asset_filename: "sensu-ruby-runtime_#{version}_ruby-3.2.0_alpine_linux_amd64.tar.gz"
7+
sha_filename: "sensu-ruby-runtime_#{version}_sha512-checksums.txt"
88
filter:
99
- "entity.system.os == 'linux'"
1010
- "entity.system.arch == 'amd64'"
1111
- "entity.system.platform == 'alpine'"
1212
- "entity.system.platform_version.split('.')[0] == '3'"
1313
- platform: "debian"
1414
arch: "amd64"
15-
asset_filename: "#{repo}_#{version}_ruby-3.2.0_debian_linux_amd64.tar.gz"
16-
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
15+
asset_filename: "sensu-ruby-runtime_#{version}_ruby-3.2.0_debian_linux_amd64.tar.gz"
16+
sha_filename: "sensu-ruby-runtime_#{version}_sha512-checksums.txt"
1717
filter:
1818
- "entity.system.os == 'linux'"
1919
- "entity.system.arch == 'amd64'"
2020
- "entity.system.platform_family == 'debian'"
2121
- platform: "centos8"
2222
arch: "amd64"
23-
asset_filename: "#{repo}_#{version}_ruby-3.2.0_centos8_linux_amd64.tar.gz"
24-
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
23+
asset_filename: "sensu-ruby-runtime_#{version}_ruby-3.2.0_centos8_linux_amd64.tar.gz"
24+
sha_filename: "sensu-ruby-runtime_#{version}_sha512-checksums.txt"
2525
filter:
2626
- "entity.system.os == 'linux'"
2727
- "entity.system.arch == 'amd64'"
@@ -30,17 +30,17 @@ builds:
3030
- "parseInt(entity.system.platform_version.split('.')[0]) == 8"
3131
- platform: "amzn1"
3232
arch: "amd64"
33-
asset_filename: "#{repo}_#{version}_ruby-3.2.0_amzn1_linux_amd64.tar.gz"
34-
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
33+
asset_filename: "sensu-ruby-runtime_#{version}_ruby-3.2.0_amzn1_linux_amd64.tar.gz"
34+
sha_filename: "sensu-ruby-runtime_#{version}_sha512-checksums.txt"
3535
filter:
3636
- "entity.system.os == 'linux'"
3737
- "entity.system.arch == 'amd64'"
3838
- "entity.system.platform == 'amazon'"
3939
- "entity.system.platform_version.split('.')[0] == '2018'"
4040
- platform: "amzn2"
4141
arch: "amd64"
42-
asset_filename: "#{repo}_#{version}_ruby-3.2.0_amzn2_linux_amd64.tar.gz"
43-
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
42+
asset_filename: "sensu-ruby-runtime_#{version}_ruby-3.2.0_amzn2_linux_amd64.tar.gz"
43+
sha_filename: "sensu-ruby-runtime_#{version}_sha512-checksums.txt"
4444
filter:
4545
- "entity.system.os == 'linux'"
4646
- "entity.system.arch == 'amd64'"

0 commit comments

Comments
 (0)