Skip to content

Commit a7e0fea

Browse files
VeselaHoubamajormoses
authored andcommitted
Added generic debian build
1 parent 9ff9f31 commit a7e0fea

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.bonsai.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,11 @@ builds:
6363
- "entity.system.arch == 'amd64'"
6464
- "entity.system.platform_family == 'debian'"
6565
- "entity.system.platform_version.split('.')[0] == '9'"
66-
66+
- platform: "debian"
67+
arch: "amd64"
68+
asset_filename: "#{repo}_#{version}_debian_linux_amd64.tar.gz"
69+
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
70+
filter:
71+
- "entity.system.os == 'linux'"
72+
- "entity.system.arch == 'amd64'"
73+
- "entity.system.platform_family == 'debian'"

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md).
55

66
## [Unreleased]
7+
### Added
8+
- asset for generic debian build (including ubuntu) (@VeselaHouba)
79

810
## [4.2.0] - 2020-11-29
911
### Added

0 commit comments

Comments
 (0)