File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -36,18 +36,31 @@ builds:
36
36
- " entity.system.arch == 'amd64'"
37
37
- " entity.system.platform_family == 'rhel'"
38
38
- " entity.system.platform_version.split('.')[0] == '7'"
39
- - platform : " debian "
39
+ - platform : " debian7 "
40
40
arch : " amd64"
41
41
asset_filename : " #{repo}_#{version}_debian_linux_amd64.tar.gz"
42
42
sha_filename : " #{repo}_#{version}_sha512-checksums.txt"
43
43
filter :
44
44
- " entity.system.os == 'linux'"
45
45
- " entity.system.arch == 'amd64'"
46
46
- " entity.system.platform_family == 'debian'"
47
+ - " entity.system.platform_version.split('.')[0] == '7'"
48
+ - platform : " debian8"
49
+ arch : " amd64"
50
+ asset_filename : " #{repo}_#{version}_debian_linux_amd64.tar.gz"
51
+ sha_filename : " #{repo}_#{version}_sha512-checksums.txt"
52
+ filter :
53
+ - " entity.system.os == 'linux'"
54
+ - " entity.system.arch == 'amd64'"
55
+ - " entity.system.platform_family == 'debian'"
56
+ - " entity.system.platform_version.split('.')[0] == '8'"
47
57
- platform : " debian9"
48
58
arch : " amd64"
49
59
asset_filename : " #{repo}_#{version}_debian9_linux_amd64.tar.gz"
50
60
sha_filename : " #{repo}_#{version}_sha512-checksums.txt"
51
61
filter :
52
62
- " entity.system.os == 'linux'"
53
63
- " entity.system.arch == 'amd64'"
64
+ - " entity.system.platform_family == 'debian'"
65
+ - " entity.system.platform_version.split('.')[0] == '9'"
66
+
You can’t perform that action at this time.
0 commit comments