File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -63,4 +63,11 @@ builds:
63
63
- " entity.system.arch == 'amd64'"
64
64
- " entity.system.platform_family == 'debian'"
65
65
- " 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'"
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md ) .
5
5
6
6
## [ Unreleased]
7
+ ### Added
8
+ - asset for generic debian build (including ubuntu) (@VeselaHouba )
7
9
8
10
## [ 4.2.0] - 2020-11-29
9
11
### Added
You can’t perform that action at this time.
0 commit comments