Skip to content

Commit

Permalink
fixed bonsai config
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Porter <[email protected]>
  • Loading branch information
portertech committed Jan 5, 2023
1 parent 1e371f2 commit ec6d668
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .bonsai.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
---
description: "#{repo}"
description: "sensu-ruby-runtime"
builds:
- platform: "alpine"
arch: "amd64"
asset_filename: "#{repo}_#{version}_ruby-3.2.0_alpine_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
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: "#{repo}_#{version}_ruby-3.2.0_debian_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
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: "#{repo}_#{version}_ruby-3.2.0_centos8_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
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'"
Expand All @@ -30,17 +30,17 @@ builds:
- "parseInt(entity.system.platform_version.split('.')[0]) == 8"
- platform: "amzn1"
arch: "amd64"
asset_filename: "#{repo}_#{version}_ruby-3.2.0_amzn1_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
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: "#{repo}_#{version}_ruby-3.2.0_amzn2_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
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'"
Expand Down

0 comments on commit ec6d668

Please sign in to comment.