From ec6d668bd3ad5f7547d0944225d339bb2b42b63b Mon Sep 17 00:00:00 2001 From: Sean Porter Date: Thu, 5 Jan 2023 14:11:11 -0800 Subject: [PATCH] fixed bonsai config Signed-off-by: Sean Porter --- .bonsai.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.bonsai.yml b/.bonsai.yml index 3e36bf1..33180fe 100644 --- a/.bonsai.yml +++ b/.bonsai.yml @@ -1,10 +1,10 @@ --- -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'" @@ -12,16 +12,16 @@ builds: - "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'" @@ -30,8 +30,8 @@ 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'" @@ -39,8 +39,8 @@ builds: - "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'"